diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d7b9e658..24ef03ef 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -43,7 +43,7 @@ jobs: path: build deploy: name: 🚀 Deploy - if: github.event_name == 'push' && github.ref == 'refs/heads/master' && contains(github.ref, 'refs/tags/') + if: github.event_name == 'push' && contains(github.ref, 'refs/tags/') runs-on: ubuntu-latest needs: build environment: