Skip to content

Commit ff80742

Browse files
authored
fix(ci): use workflow_dispatch instead of repository_dispatch for publish.yml (#2791)
Mixed up the trigger in #2790
1 parent 11366e6 commit ff80742

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: 🚀 Publish Trigger.dev Docker
22

33
on:
4-
repository_dispatch:
4+
workflow_dispatch:
55
workflow_call:
66
inputs:
77
image_tag:

0 commit comments

Comments
 (0)