Skip to content

Commit

Permalink
Don't update release draft on PRs (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucacome authored Jun 23, 2023
1 parent e41ed60 commit 82b7297
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 @@ -91,3 +91,4 @@ jobs:
major-label: "change"
publish: ${{ startsWith(github.ref, 'refs/tags/') }}
collapse-after: 20
if: ${{ github.event_name != 'pull_request' }}

0 comments on commit 82b7297

Please sign in to comment.