File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
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 : [".github/workflows/ base.yml" ]
5+ workflows : [' base.yml' ]
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 : [".github/workflows/ base.yml" ]
5+ workflows : [' base.yml' ]
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 : [".github/workflows/ base.yml" ]
5+ workflows : [' base.yml' ]
66 types : [completed]
77 branches :
88 - master
2525 fail-fast : false
2626 matrix :
2727 python :
28- - " 3 "
28+ - ' 3 '
2929
3030 steps :
3131 - uses : actions/checkout@v4
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 : [".github/workflows/ base.yml" ]
5+ workflows : [' base.yml' ]
66 types : [completed]
77 branches :
88 - master
You can’t perform that action at this time.
0 commit comments