Skip to content

Commit a994778

Browse files
committed
Conditionally execute on workflow dispatch
1 parent 00e9fac commit a994778

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/prepare-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ env:
2121

2222
jobs:
2323
prepare-release:
24+
if: github.event_name == "workflow_dispatch"
2425
runs-on: ubuntu-latest
2526
steps:
2627
- name: Checkout

0 commit comments

Comments
 (0)