Skip to content

Commit 4828e3c

Browse files
authored
Merge pull request #11 from codeguru42/10-deploy-workflow-triggers
Add workflow_dispatch and workflow_run triggers to deploy workflow.
2 parents a927363 + c62023d commit 4828e3c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
name: Deploy
22
on:
3-
- push
3+
workflow_dispatch:
4+
workflow_run:
5+
workflows:
6+
- Build
7+
types:
8+
- completed
49

510
jobs:
611
deploy:

0 commit comments

Comments
 (0)