diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 86d42b4..b623a40 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -153,7 +153,7 @@ jobs: deploy: # From naming convention on above tag selection, tags # only trigger the workflow if they are releases. - #if: ${{ github.ref_type == 'tag' }} + if: ${{ github.ref == 'refs/heads/master' }} needs: build-webpage permissions: