Skip to content

Commit

Permalink
ci: only publish on merged PR (not just closed)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfal committed Feb 26, 2024
1 parent e1b0e8f commit 46c5db3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ on:

jobs:
publish:
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest

env:
Expand Down

0 comments on commit 46c5db3

Please sign in to comment.