Skip to content

Commit

Permalink
ci: Don't run release on PR 👷
Browse files Browse the repository at this point in the history
  • Loading branch information
guisea committed Jul 31, 2024
1 parent 72a1ffe commit 6ab5547
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,4 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
PLUGIN_REGISTRY_ADMIN_ACCESS_TOKEN: ${{ secrets.PLUGIN_REGISTRY_ADMIN_ACCESS_TOKEN }}
if: github.event_name != 'pull_request'

0 comments on commit 6ab5547

Please sign in to comment.