Merge pull request #2682 from patricklodder/1.14.6-codeql-scope

qa: fixup codeql path scope
This commit is contained in:
Ross Nicoll 2021-11-08 18:49:28 +00:00 committed by GitHub
commit 9102581176
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,10 +13,10 @@ on:
paths-ignore:
- '**/*.md'
- '**/*.txt'
- 'contrib'
- 'doc'
- 'share'
- 'qa'
- 'contrib/**'
- 'doc/**'
- 'share/**'
- 'qa/**'
jobs:
analyze: