Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions .github/workflows/staging-step-3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,13 @@ jobs:
- name: Push release commits to development
run: |
git push origin HEAD:development

# We will eventually replace master with main
- name: Push release commits to main and master

- name: Push release commits to master
run: |
git push origin HEAD:master
git push origin HEAD:main

- name: Push release commits to Release Order Branches
run: |
git push origin HEAD:release-order-a
git push origin HEAD:release-order-b
git push origin HEAD:release-order-c
git push origin HEAD:release-order-c
Loading