Skip to content

Commit

Permalink
run only on workflow dispatch
Browse files Browse the repository at this point in the history
  • Loading branch information
debdutdeb authored Oct 14, 2024
1 parent acc63d0 commit ff68ede
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/trigger_releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

jobs:
prepare:
if: false
if: github.event_name == "workflow_dispatch"
runs-on: ubuntu-latest
outputs:
tag: ${{ steps.prepare.outputs.tag }}
Expand Down

0 comments on commit ff68ede

Please sign in to comment.