diff options
| author | Andrii Klymenko <a.klymenko@vyos.io> | 2026-06-29 20:39:43 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-06-29 20:39:43 +0300 |
| commit | 555fdb552bb6af7ee24891753b119ac5b7702d10 (patch) | |
| tree | 3db3f8bff5d0e44df99d02063ad3537ff52d7009 /.github/workflows | |
| parent | 57d8cb178c05863162a8deb98b00c87a17371742 (diff) | |
| download | vyos-build-555fdb552bb6af7ee24891753b119ac5b7702d10.tar.gz vyos-build-555fdb552bb6af7ee24891753b119ac5b7702d10.zip | |
T9029: Switch default branch for CI workflows
Switch to "production" branch to call the package build workflow.
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/trigger_rebuild_packages.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/trigger_rebuild_packages.yml b/.github/workflows/trigger_rebuild_packages.yml index 1d68cba4..926a270e 100644 --- a/.github/workflows/trigger_rebuild_packages.yml +++ b/.github/workflows/trigger_rebuild_packages.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest env: - REF: main # Used for curl to trigger build package + REF: production # Used for curl to trigger build package steps: - name: Checkout |
