File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: build java
22on :
33 workflow_dispatch :
44 workflow_run :
5- workflows : [' base.yml' ]
5+ workflows : [build base]
66 types : [completed]
77 branches :
88 - master
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: build mono
22on :
33 workflow_dispatch :
44 workflow_run :
5- workflows : [' base.yml' ]
5+ workflows : [build base]
66 types : [completed]
77 branches :
88 - master
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: build python
22on :
33 workflow_dispatch :
44 workflow_run :
5- workflows : [' base.yml' ]
5+ workflows : [build base]
66 types : [completed]
77 branches :
88 - master
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: build wine
22on :
33 workflow_dispatch :
44 workflow_run :
5- workflows : [' base.yml' ]
5+ workflows : [build base]
66 types : [completed]
77 branches :
88 - master
You can’t perform that action at this time.
0 commit comments