summaryrefslogtreecommitdiff
path: root/.github/workflows/codeql.yml
diff options
context:
space:
mode:
authorVijayakumar A <36878324+kumvijaya@users.noreply.github.com>2024-06-23 16:05:10 +0530
committerGitHub <noreply@github.com>2024-06-23 16:05:10 +0530
commitd78779715c02b0f46c569865aea9b01bac03228e (patch)
treed8a01ce47ebeb287499aa370451a062b88d4545a /.github/workflows/codeql.yml
parent757dae26d3a00c42f48706c406fd3178b77324c3 (diff)
downloadvyos-1x-d78779715c02b0f46c569865aea9b01bac03228e.tar.gz
vyos-1x-d78779715c02b0f46c569865aea9b01bac03228e.zip
T6511: add circinus branch to workflow
Diffstat (limited to '.github/workflows/codeql.yml')
-rw-r--r--.github/workflows/codeql.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
index 3b654c0db..12654e42e 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: [ "current", "sagitta", "equuleus", "circinus" ]
pull_request:
# The branches below must be a subset of the branches above
branches: [ "current" ]