From d3086b935e97cb223c94037b2c9bebad6dd64726 Mon Sep 17 00:00:00 2001 From: John OHara Date: Fri, 14 Jun 2024 17:52:05 +0100 Subject: [PATCH] Do not push branches --- .github/workflows/branch.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/branch.yml b/.github/workflows/branch.yml index 7c873165a..86968217c 100644 --- a/.github/workflows/branch.yml +++ b/.github/workflows/branch.yml @@ -43,7 +43,7 @@ jobs: git config --global user.name "${{ env.CI_COMMIT_AUTHOR }}" git config --global user.email "username@users.noreply.github.com" git commit -a -m "Next is ${{ env.NEXT_VERSION }}" - - name: push branches - run: | - git push master - git push ${{ env.CUR_VERSION }} +# - name: push branches +# run: | +# git push master +# git push ${{ env.CUR_VERSION }}