Skip to content

Commit b87e054

Browse files
authored
Add repository_dispatch trigger to trigger deploy (#72)
1 parent 0c538c6 commit b87e054

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/DEPLOY.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ name: DEPLOY
33
on:
44
push:
55
branches: "develop"
6+
repository_dispatch:
7+
types:
8+
- deploy
69

710
jobs:
811
deploy:

0 commit comments

Comments
 (0)