From 0b6c90ebfdd3751c92e64b18dff6a20db35c4a83 Mon Sep 17 00:00:00 2001 From: Robert Ing Date: Tue, 26 May 2026 13:51:32 -0400 Subject: [PATCH] ci: Remove pushing to main as part of the release process --- .github/workflows/staging-step-3.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/staging-step-3.yml b/.github/workflows/staging-step-3.yml index 0ed591439..bfed079fd 100644 --- a/.github/workflows/staging-step-3.yml +++ b/.github/workflows/staging-step-3.yml @@ -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 \ No newline at end of file + git push origin HEAD:release-order-c