From 58a65c6d393cea0bc58bb706123665db2a92804c Mon Sep 17 00:00:00 2001 From: CzBiX Date: Sat, 12 Sep 2020 15:49:21 +0800 Subject: [PATCH] Fix CI --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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