From fb5fdb8c4e41c101e175d29a1c29bf204c3f1450 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Thu, 26 Feb 2026 04:20:10 +0000 Subject: [PATCH] fix: update branch triggers for CodeQL workflow to restrict pull requests and allow pushes --- .github/workflows/codeql.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 1ff71a84..2e3a3ece 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -2,9 +2,9 @@ name: CodeQL - Analyze on: pull_request: - branches: [main, nightly, development, feature/**] + branches: [main, nightly, development] push: - branches: [main] + branches: [main, nightly, development, 'feature/**', 'fix/**'] workflow_dispatch: schedule: - cron: '0 3 * * 1' # Mondays 03:00 UTC