Run CodeQL on all commits

This commit is contained in:
Daz DeBoer 2024-11-14 13:44:22 -07:00 committed by GitHub
parent 7f20d0bf71
commit 52ee405746
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,13 +6,9 @@ on:
- 'main'
- 'release/**'
- 'dev/**' # Allow running Code QL on dev branches without a PR
paths-ignore:
- 'dist/**'
pull_request:
branches:
- 'main'
paths-ignore:
- 'dist/**'
schedule:
- cron: '25 23 * * 2'