Skip to content

Commit b95e507

Browse files
committed
fix: workflow_dispatch, not -dispatch
1 parent 5a2abb5 commit b95e507

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
push:
88
branches:
99
- main
10-
workflow-dispatch:
10+
workflow_dispatch:
1111
repository_dispatch:
1212
types: [remote_deploy]
1313

0 commit comments

Comments
 (0)