From f905b3836272c86c4085e31d30b7d40a8b7a91a3 Mon Sep 17 00:00:00 2001 From: weboko Date: Wed, 25 Jan 2023 01:03:01 +0100 Subject: [PATCH] try to run publish: --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bb087f8..44f33fa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,7 +48,6 @@ jobs: release_next: runs-on: ubuntu-latest needs: [check, build, browser] - if: github.event_name == 'push' && github.ref == 'refs/heads/master' steps: - uses: actions/checkout@v2.3.3 - uses: actions/setup-node@v3