Run CodeQL on PRs

This commit is contained in:
daz 2024-06-13 13:15:23 -06:00
parent 485ea107b7
commit e3bc05f224
No known key found for this signature in database

View file

@ -8,6 +8,11 @@ on:
- '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'