From 48e36449778269cf1a7632d69c8f24cc2ccb57ce Mon Sep 17 00:00:00 2001 From: Alex Zenla Date: Mon, 20 Oct 2025 01:13:51 -0700 Subject: [PATCH] fix pull request actions --- .github/workflows/publish.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 7573cec..eb36def 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -65,6 +65,7 @@ jobs: with: app-id: "${{ secrets.EDERA_CULTIVATION_APP_ID }}" private-key: "${{ secrets.EDERA_CULTIVATION_APP_PRIVATE_KEY }}" + if: ${{ github.event_name == 'release' }} - name: 'upload release artifacts' run: ./hack/ci/upload-release-assets.sh