diff --git a/.github/workflows/agentic-marketplace.yml b/.github/workflows/agentic-marketplace.yml index 8438bb2..f57d394 100644 --- a/.github/workflows/agentic-marketplace.yml +++ b/.github/workflows/agentic-marketplace.yml @@ -75,7 +75,7 @@ jobs: publish: needs: generate - if: ${{ !inputs.dry-run }} + if: ${{ !inputs.dry-run && github.event_name == 'push' }} runs-on: ubuntu-latest permissions: contents: write diff --git a/package.json b/package.json index 6ae3983..69daaa8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "bc-github-actions", - "version": "1.0.2", + "version": "1.0.3", "description": "Reusable GitHub Actions workflows for Claude Code plugin marketplaces", "private": false, "scripts": {