diff options
| author | kumvijaya <kumvijaya@gmail.com> | 2026-01-06 23:26:50 +0530 |
|---|---|---|
| committer | kumvijaya <kumvijaya@gmail.com> | 2026-01-06 23:26:50 +0530 |
| commit | 9ae2d03eb010f96bb26f151a5f0cb295536436e8 (patch) | |
| tree | f6732bca0ebdfbbe1b398574f5c644d2d1ba4547 /.github/workflows/codeql.yml | |
| parent | fcbafc2c69090f7b19bfeeef311b5d5e3c9798b9 (diff) | |
| download | vyatta-cfg-9ae2d03eb010f96bb26f151a5f0cb295536436e8.tar.gz vyatta-cfg-9ae2d03eb010f96bb26f151a5f0cb295536436e8.zip | |
T8144: Updated workflows for pullrequest_target policy change
Diffstat (limited to '.github/workflows/codeql.yml')
| -rw-r--r-- | .github/workflows/codeql.yml | 10 |
1 files changed, 8 insertions, 2 deletions
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/**' |
