diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2c75d69..1a0c79e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -26,7 +26,7 @@ jobs: build: needs: [test] runs-on: ubuntu-latest - if: github.event_name == 'push' && github.ref == 'release' + if: github.event_name == 'push' && github.ref == 'refs/heads/release' steps: - uses: actions/checkout@v2 - name: Use Node.js