diff --git a/.github/workflows/staging-step-3.yml b/.github/workflows/staging-step-3.yml index 0ed591439..9121f401e 100644 --- a/.github/workflows/staging-step-3.yml +++ b/.github/workflows/staging-step-3.yml @@ -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: |