diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ef298985..8756ce15 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -54,7 +54,7 @@ jobs: name: Build, Deploy to GitHub pages, Release npm package needs: [test, visual-test] runs-on: ubuntu-latest - if: github.ref == 'refs/heads/main' # Trigger release process only on main + if: github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/') steps: - name: Checkout uses: actions/checkout@v2