Skip to content

Commit 0b6c90e

Browse files
committed
ci: Remove pushing to main as part of the release process
1 parent 3b2c2e5 commit 0b6c90e

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/staging-step-3.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,13 @@ jobs:
2626
- name: Push release commits to development
2727
run: |
2828
git push origin HEAD:development
29-
30-
# We will eventually replace master with main
31-
- name: Push release commits to main and master
29+
30+
- name: Push release commits to master
3231
run: |
3332
git push origin HEAD:master
34-
git push origin HEAD:main
3533
3634
- name: Push release commits to Release Order Branches
3735
run: |
3836
git push origin HEAD:release-order-a
3937
git push origin HEAD:release-order-b
40-
git push origin HEAD:release-order-c
38+
git push origin HEAD:release-order-c

0 commit comments

Comments
 (0)