Run CodeQL on dev/* branches

This commit is contained in:
daz
2024-06-13 13:01:39 -06:00
parent c1091c9c8e
commit 485ea107b7

View File

@@ -5,6 +5,7 @@ on:
branches:
- 'main'
- 'release/**'
- 'dev/**' # Allow running Code QL on dev branches without a PR
paths-ignore:
- 'dist/**'
schedule: