CI: trigger CodeQL properly

Reported by Nicolas IOOSS - Thanks!

Fixes #1539
This commit is contained in:
Frank Denis
2026-06-11 15:11:24 +02:00
parent 3591adef1c
commit 8e3be8615b
+2 -2
View File
@@ -2,10 +2,10 @@ name: "CodeQL scan"
on:
push:
branches: [ "master stable next" ]
branches: [ "master", "stable", "next" ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ "master stable next" ]
branches: [ "master", "stable", "next" ]
schedule:
- cron: '0 17 * * 2'