From 43b2d326890100634ddc2c546897301b0e51662d Mon Sep 17 00:00:00 2001 From: kumvijaya Date: Mon, 15 Dec 2025 18:48:35 +0530 Subject: T8100: updated pullrequest_target trigger branch filters updated --- .github/workflows/codeql.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github/workflows/codeql.yml') diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 143029c14..3f7e839e2 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -2,14 +2,14 @@ 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 From ff175867e27a7f20b664e0181404bc9cf1ef1826 Mon Sep 17 00:00:00 2001 From: kumvijaya Date: Mon, 15 Dec 2025 21:27:56 +0530 Subject: T8100: updated pullrequest_target trigger branch filters updated --- .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 3f7e839e2..bc9f06f6d 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -2,14 +2,20 @@ name: "Perform CodeQL Analysis" on: push: - branches: [ "current", "circinus", "sagitta" ] + branches: + - current + - circinus + - sagitta paths: - '**' - '!.github/**' - '!**/*.md' pull_request: # The branches below must be a subset of the branches above - branches: [ "current", "circinus", "sagitta" ] + branches: + - current + - circinus + - sagitta paths: - '**' - '!.github/**' -- cgit v1.2.3