Skip to content

Commit d1060d3

Browse files
committed
Correct condition
1 parent 47a565c commit d1060d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/prepare-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ env:
2222
jobs:
2323
prepare-release:
2424
name: "Prepare release"
25-
if: github.event_name == "workflow_dispatch"
25+
if: github.event_name == 'workflow_dispatch'
2626
runs-on: ubuntu-latest
2727
steps:
2828
- name: Checkout

0 commit comments

Comments
 (0)