diff options
author | Vijayakumar A <36878324+kumvijaya@users.noreply.github.com> | 2024-07-05 00:21:58 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-05 00:21:58 +0530 |
commit | 61e05665b58246efda0567f84aa6e08c24b25907 (patch) | |
tree | c17232282ccaa4f22215c5a40db8098c04f89a83 /.github/workflows/codeql.yml | |
parent | c3bf4b80cd25dc8e64826b6d2f7ad0b3d1ae06c0 (diff) | |
download | vyos-1x-61e05665b58246efda0567f84aa6e08c24b25907.tar.gz vyos-1x-61e05665b58246efda0567f84aa6e08c24b25907.zip |
T6556: workflow trigger branches cleanup
Diffstat (limited to '.github/workflows/codeql.yml')
-rw-r--r-- | .github/workflows/codeql.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 12654e42e..00387f725 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -2,7 +2,7 @@ name: "Perform CodeQL Analysis" on: push: - branches: [ "current", "sagitta", "equuleus", "circinus" ] + branches: [ "current" ] pull_request: # The branches below must be a subset of the branches above branches: [ "current" ] |