diff options
| author | Christian Breunig <christian@breunig.cc> | 2024-07-05 08:57:10 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-07-05 08:57:10 +0200 |
| commit | 0e70cea1daf2abf9c9074bb5da4f3de5c1aca833 (patch) | |
| tree | fb24e9e0acdf78b614878d7656d464dd0a45826f /.github/workflows/codeql.yml | |
| parent | 9cddfd9fde5504cd5e42ed75560f21619aca646b (diff) | |
| parent | 61e05665b58246efda0567f84aa6e08c24b25907 (diff) | |
| download | vyos-1x-0e70cea1daf2abf9c9074bb5da4f3de5c1aca833.tar.gz vyos-1x-0e70cea1daf2abf9c9074bb5da4f3de5c1aca833.zip | |
Merge pull request #3784 from vyos/T6556-trigger-branches-cleanup
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" ] |
