We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37461ca commit 0649ddeCopy full SHA for 0649dde
.github/workflows/deploy.yml
@@ -2,13 +2,13 @@ name: DocGen Deploy-Test-Cleanup Pipeline
2
3
on:
4
workflow_run:
5
- workflows: [ Build Docker and Optional Push ]
+ workflows: ["Build Docker and Optional Push"]
6
+ types:
7
+ - completed
8
branches:
9
- main
10
- dev
11
- deploy-and-test
- types:
- - completed
12
# push:
13
# branches:
14
# - deploy-and-test
0 commit comments