diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 44ac7bc..4b12a4c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -3,7 +3,6 @@ name: Publish on: push: tags: [ 'v*.*.*' ] - branches: master env: OTP_VERSION_SPEC: "21.1" @@ -14,6 +13,7 @@ jobs: uses: ./.github/workflows/test.yml publish: needs: test + if: ${{ github.ref_name == 'master' }} runs-on: ubuntu-20.04 steps: - name: Checkout Repository