From c8c597797858204e1cc167c472a2f9157d0a1849 Mon Sep 17 00:00:00 2001 From: Conrad Date: Tue, 29 Oct 2024 16:20:01 +0100 Subject: [PATCH] fix: removed non-working backsync --- .github/workflows/ci.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f64c962..f44b72b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -87,15 +87,6 @@ jobs: git tag ${{ steps.git_version.outputs.version }} git push origin ${{ steps.git_version.outputs.version }} - - name: Sync tag to dev branch - if: github.ref == 'master' - run: | - git fetch origin dev - git checkout dev - git merge --no-ff ${{ steps.git_version.outputs.version }} - git push origin dev - git checkout master - - name: Set up Python uses: actions/setup-python@v5 with: