Skip to content

Commit 34f2d7b

Browse files
committed
chore: Update deploy workflow to include repository dispatch event
1 parent 81778e3 commit 34f2d7b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Deploy Worker
2-
32
on:
3+
workflow_dispatch:
4+
repository_dispatch:
45
push:
56
branches:
67
- main

0 commit comments

Comments
 (0)