Skip to content

Commit

Permalink
simplify formatting workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan-rsm-McKenzie committed Sep 13, 2021
1 parent 0a4e820 commit 0ed4675
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/formatting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,8 @@ on:
branches: [ main ]
paths:
- '.github/workflows/formatting.yml'
- 'include/**/*.hpp'
- 'src/**/*.cpp'
- 'src/**/*.hpp'
- 'tests/**/*.cpp'
- 'tests/**/*.hpp'
pull_request:
branches: [ main ]
- '**/*.cpp'
- '**/*.hpp'
workflow_dispatch:

jobs:
Expand Down

0 comments on commit 0ed4675

Please sign in to comment.