Enable CodeQL for all PRs and production branches

This commit is contained in:
Janek Bevendorff
2025-11-15 22:31:00 +01:00
committed by Janek Bevendorff
parent b3dbc49161
commit 10bd651355

View File

@@ -2,10 +2,10 @@ name: "CodeQL"
on:
push:
branches: [ 'develop', 'release/2.7.x' ]
branches:
- 'develop'
- 'release/**'
pull_request:
# The branches below must be a subset of the branches above
branches: [ 'develop' ]
schedule:
- cron: '5 16 * * 3'