From e5c48051611d477a6a8bf6f00e34b7a2fa112d88 Mon Sep 17 00:00:00 2001 From: weboko Date: Fri, 6 Jan 2023 00:48:03 +0100 Subject: [PATCH] run only on master --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 44f33fa..bb087f8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,6 +48,7 @@ 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