From a6276a49b0acb460abee823945bdf08cc53e3ba6 Mon Sep 17 00:00:00 2001 From: "fryorcraken.eth" Date: Mon, 31 Oct 2022 14:17:34 +1100 Subject: [PATCH] chore: only attempt to release for a push on master branch --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 81c0436831..0375dd8fe4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -145,6 +145,7 @@ jobs: release: name: Release runs-on: ubuntu-latest + if: github.event_name == 'push' && github.ref == 'refs/heads/master' needs: [check, build, proto, browser, node] steps: - name: Checkout