diff options
author | Christian Breunig <christian@breunig.cc> | 2024-07-05 08:29:08 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-05 08:29:08 +0200 |
commit | 012d4d75232efe2337296b50f2bbcbe6a19562ed (patch) | |
tree | a01b56d9b1a13f833610eae6d44d07b05768743f /.github/workflows/codeql.yml | |
parent | 03f91b085a3daf6e1a7dee4df895d6e0a0212a2b (diff) | |
parent | 2be8ed14c6a9d6b136529c5046b84d1412fbcb04 (diff) | |
download | vyos-1x-012d4d75232efe2337296b50f2bbcbe6a19562ed.tar.gz vyos-1x-012d4d75232efe2337296b50f2bbcbe6a19562ed.zip |
Merge pull request #3785 from vyos/T6556-trigger-branches-cleanup-circinus
T6556: trigger branches cleanup circinus
Diffstat (limited to '.github/workflows/codeql.yml')
-rw-r--r-- | .github/workflows/codeql.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 12654e42e..0a7c18ba6 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -2,10 +2,10 @@ name: "Perform CodeQL Analysis" on: push: - branches: [ "current", "sagitta", "equuleus", "circinus" ] + branches: [ "circinus" ] pull_request: # The branches below must be a subset of the branches above - branches: [ "current" ] + branches: [ "circinus" ] schedule: - cron: '22 10 * * 0' |