From 280e2ac1d0a0b84bce55abf3d6624bf3bf7c748c Mon Sep 17 00:00:00 2001 From: Spiff Jekey-Green Date: Tue, 25 Jul 2023 12:44:17 +0100 Subject: [PATCH] fix: add --- .github/workflows/publish.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 32bb307..9e3fd81 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -1,6 +1,6 @@ name: CI on: - pull_request: + push: branches: - "main" @@ -13,6 +13,7 @@ permissions: jobs: build: runs-on: ubuntu-latest + if: steps: - uses: actions/checkout@v3 - uses: pnpm/action-setup@v2