diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8553236..a3a5d56 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -271,15 +271,6 @@ jobs: name: docker-image-${{ github.run_id }} compression-level: 0 # No compression since it is already a gzip file - check-if-release-branch: - if: ${{ github.ref == 'refs/heads/main' }} - name: Check if release branch - runs-on: ubuntu-latest - needs: - - compile - steps: - - run: echo "This is a push to main branch. Following with release a new version" - good-to-merge: name: Good to merge runs-on: ubuntu-latest @@ -292,6 +283,7 @@ jobs: generate-tag-name: name: Generate GitHub tag name + if: ${{ github.ref == 'refs/heads/main' }} runs-on: ubuntu-latest needs: - test