Skip to content

Commit

Permalink
qa: fixup codeql path scope
Browse files Browse the repository at this point in the history
  • Loading branch information
patricklodder committed Nov 8, 2021
1 parent 4a5e485 commit f2a079f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ on:
paths-ignore:
- '**/*.md'
- '**/*.txt'
- 'contrib'
- 'doc'
- 'share'
- 'qa'
- 'contrib/**'
- 'doc/**'
- 'share/**'
- 'qa/**'

jobs:
analyze:
Expand Down

0 comments on commit f2a079f

Please sign in to comment.