diff options
| author | Yuriy Andamasov <yuriy@vyos.io> | 2026-05-30 18:38:38 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-30 18:38:38 +0300 |
| commit | 4cf6bd8d69cbd4010e4c73e768aed067c1ce6907 (patch) | |
| tree | ced9b054942a75acc1d5db0f1252a1abaf46560f /.github/workflows/codeql.yml | |
| parent | 0a46c06e46dc7f77408a4a35c429f3314d6825a5 (diff) | |
| download | vyos-1x-4cf6bd8d69cbd4010e4c73e768aed067c1ce6907.tar.gz vyos-1x-4cf6bd8d69cbd4010e4c73e768aed067c1ce6907.zip | |
ci: T8943: migrate branch-name refs current->rolling (rollout 1c) (#5241)
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 47ab5fd5c..48729bdf9 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: |
