Skip to content
Open
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
5 changes: 2 additions & 3 deletions .github/workflows/staging-step-3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,10 @@ jobs:
run: |
git push origin HEAD:development

# We will eventually replace master with main
- name: Push release commits to main and master
# We will eventually migrate from master to main
- 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: |
Expand Down
Loading