[qa] reduce CodeQL triggers to exclude non-compiled code

contrib, doc, share and qa do not compile production code, skip
CodeQL on PRs to save everyone time and GitHub some cpu ticks.
This commit is contained in:
Patrick Lodder 2021-07-25 20:42:51 +02:00
parent f509487d3b
commit 3c4b35f3c4
No known key found for this signature in database
GPG key ID: 2D3A345B98D0DC1F

View file

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