From 10bd6513553ade13450100a23ab0105b15043ff4 Mon Sep 17 00:00:00 2001 From: Janek Bevendorff Date: Sat, 15 Nov 2025 22:31:00 +0100 Subject: [PATCH] Enable CodeQL for all PRs and production branches --- .github/workflows/codeql.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 80af12490..07d4104b7 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -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'