From 8e3be8615ba6adcd7babaecf5e76f516890ba5fb Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Thu, 11 Jun 2026 15:11:24 +0200 Subject: [PATCH] CI: trigger CodeQL properly Reported by Nicolas IOOSS - Thanks! Fixes #1539 --- .github/workflows/codeql-analysis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index b0486af2..55873089 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -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'