Skip to content

Commit 05e3057

Browse files
committed
fix: fix workflow manual trigger with correct config
1 parent 6323c2a commit 05e3057

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- 'src/**'
99
- 'package.json'
1010
- 'wrangler.toml'
11-
workflow_call:
11+
workflow_dispatch:
1212

1313
jobs:
1414
deploy:

0 commit comments

Comments
 (0)