Skip to content

Commit 0649dde

Browse files
Fix formatting in workflow_run section of deploy.yml
1 parent 37461ca commit 0649dde

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ name: DocGen Deploy-Test-Cleanup Pipeline
22

33
on:
44
workflow_run:
5-
workflows: [ Build Docker and Optional Push ]
5+
workflows: ["Build Docker and Optional Push"]
6+
types:
7+
- completed
68
branches:
79
- main
810
- dev
911
- deploy-and-test
10-
types:
11-
- completed
1212
# push:
1313
# branches:
1414
# - deploy-and-test

0 commit comments

Comments
 (0)