Skip to content

Commit 555fdb5

Browse files
authored
T9029: Switch default branch for CI workflows
Switch to "production" branch to call the package build workflow.
1 parent 57d8cb1 commit 555fdb5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/trigger_rebuild_packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111

1212
env:
13-
REF: main # Used for curl to trigger build package
13+
REF: production # Used for curl to trigger build package
1414

1515
steps:
1616
- name: Checkout

0 commit comments

Comments
 (0)