summaryrefslogtreecommitdiff
path: root/.github/workflows/codeql.yml
diff options
context:
space:
mode:
authorkumvijaya <kumvijaya@gmail.com>2025-12-15 21:27:56 +0530
committerkumvijaya <kumvijaya@gmail.com>2025-12-15 21:27:56 +0530
commitff175867e27a7f20b664e0181404bc9cf1ef1826 (patch)
tree3020573eb4449aa5991b7656475b50262f828420 /.github/workflows/codeql.yml
parent43b2d326890100634ddc2c546897301b0e51662d (diff)
downloadvyos-1x-ff175867e27a7f20b664e0181404bc9cf1ef1826.tar.gz
vyos-1x-ff175867e27a7f20b664e0181404bc9cf1ef1826.zip
T8100: updated pullrequest_target trigger branch filters updated
Diffstat (limited to '.github/workflows/codeql.yml')
-rw-r--r--.github/workflows/codeql.yml10
1 files changed, 8 insertions, 2 deletions
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/**'