From 0af60d2e030d236f963b7a4571db6106d09002b6 Mon Sep 17 00:00:00 2001 From: kumvijaya Date: Sun, 1 Mar 2026 16:14:30 +0530 Subject: T8218: Fixed pull request branch fetching issue post Github pullrequest policy update --- .github/workflows/codeql.yml | 18 ++++++++++++++++-- 1 file changed, 16 insertions(+), 2 deletions(-) (limited to '.github/workflows/codeql.yml') diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 432564a..77c7938 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -2,10 +2,24 @@ name: "Perform CodeQL Analysis" on: push: - branches: [ "current", sagitta", "equuleus", "circinus" ] + branches: + - current + - circinus + - sagitta + paths: + - '**' + - '!.github/**' + - '!**/*.md' pull_request_target: # The branches below must be a subset of the branches above - branches: [ "current" ] + branches: + - current + - circinus + - sagitta + paths: + - '**' + - '!.github/**' + - '!**/*.md' schedule: - cron: '22 10 * * 0' -- cgit v1.2.3