diff options
| author | Yuriy Andamasov <yuriy@sentrium.io> | 2026-05-30 18:38:25 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-30 18:38:25 +0300 |
| commit | efb9285f9a081e4dffd88b4fd8b89c3c16d2dec0 (patch) | |
| tree | f869345344a49721d5cd9649308e001fd5673b33 /.github/workflows/codeql.yml | |
| parent | a908aa676df76d423a42ea7bebad65bafbe5c61e (diff) | |
| download | vyatta-cfg-efb9285f9a081e4dffd88b4fd8b89c3c16d2dec0.tar.gz vyatta-cfg-efb9285f9a081e4dffd88b4fd8b89c3c16d2dec0.zip | |
ci: T8943: migrate branch-name refs current->rolling (rollout 1c) (#141)
Tracking: T8943
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 622994d..4d86589 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -3,7 +3,7 @@ name: "Perform CodeQL Analysis" on: push: branches: - - current + - rolling - circinus - sagitta paths: @@ -13,7 +13,7 @@ on: pull_request: # The branches below must be a subset of the branches above branches: - - current + - rolling - circinus - sagitta paths: |
