summaryrefslogtreecommitdiff
path: root/.github/workflows/codeql.yml
diff options
context:
space:
mode:
authorkumvijaya <kumvijaya@gmail.com>2026-03-01 16:14:30 +0530
committerkumvijaya <kumvijaya@gmail.com>2026-03-01 16:14:30 +0530
commit0af60d2e030d236f963b7a4571db6106d09002b6 (patch)
tree00b7203027f7f5139989fa16ca70157ccae7559b /.github/workflows/codeql.yml
parent8915932af9a7bbdd36a93a53e69fd56e4d402b7e (diff)
downloadvyatta-bash-0af60d2e030d236f963b7a4571db6106d09002b6.tar.gz
vyatta-bash-0af60d2e030d236f963b7a4571db6106d09002b6.zip
T8218: Fixed pull request branch fetching issue post Github pullrequest policy update
Diffstat (limited to '.github/workflows/codeql.yml')
-rw-r--r--.github/workflows/codeql.yml18
1 files changed, 16 insertions, 2 deletions
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'