From a0859f2a6c77095598ef345770be71936414fce9 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 0046e135..8f8cea46 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'