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' - 'main'
- 'release/**' - 'release/**'
- 'dev/**' # Allow running Code QL on dev branches without a PR - 'dev/**' # Allow running Code QL on dev branches without a PR
paths-ignore:
- 'dist/**'
pull_request: pull_request:
branches: branches:
- 'main' - 'main'
paths-ignore:
- 'dist/**'
schedule: schedule:
- cron: '25 23 * * 2' - cron: '25 23 * * 2'