diff options
author | kumvijaya <kumvijaya@gmail.com> | 2024-05-21 17:42:26 +0530 |
---|---|---|
committer | kumvijaya <kumvijaya@gmail.com> | 2024-05-21 17:42:26 +0530 |
commit | 2b3e4565b211a5dfbe78e0559f7e1c2947d63175 (patch) | |
tree | 2a9cc6108ee52d55625fc7bae197494c1de78d71 /.github/workflows/codeql.yml | |
parent | b6ba028b10755e780fed53c2d407903c99388da2 (diff) | |
download | vyos-workflow-test-temp-2b3e4565b211a5dfbe78e0559f7e1c2947d63175.tar.gz vyos-workflow-test-temp-2b3e4565b211a5dfbe78e0559f7e1c2947d63175.zip |
T6357: added main
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 a4fc39e..95baaf5 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" ] + branches: [ "main", "current", "sagitta", "equuleus" ] pull_request: # The branches below must be a subset of the branches above branches: [ "current" ] |