Skip to content

Commit

Permalink
Update release-prepare.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi authored Dec 10, 2024
1 parent a534d1e commit 257a1ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-prepare.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ concurrency:
jobs:
prepare-release:
name: Prepare Release
if: ${{ github.event.pull_request.merged == true}}
if: ${{ github.event_name == 'workflow_dispatch' || github.event.pull_request.merged == true}}
uses: quarkiverse/.github/.github/workflows/prepare-release.yml@main
secrets: inherit

0 comments on commit 257a1ae

Please sign in to comment.