From 9ae2d03eb010f96bb26f151a5f0cb295536436e8 Mon Sep 17 00:00:00 2001 From: kumvijaya Date: Tue, 6 Jan 2026 23:26:50 +0530 Subject: T8144: Updated workflows for pullrequest_target policy change --- .github/workflows/codeql.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to '.github/workflows/codeql.yml') diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 9671d45..d73a9e2 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -2,14 +2,20 @@ name: "Perform CodeQL Analysis" on: push: - branches: [ "current" ] + branches: + - current + - circinus + - sagitta paths: - '**' - '!.github/**' - '!**/*.md' pull_request: # The branches below must be a subset of the branches above - branches: [ "current" ] + branches: + - current + - circinus + - sagitta paths: - '**' - '!.github/**' -- cgit v1.2.3