File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change 11name : " MetaCall Distributable Linux"
22
33on :
4- workflow_dispatch :
54 pull_request :
65 push :
76 tags :
87 - ' v*.*.*'
98 branches :
109 - master
11-
12- # TODO: Implement support to automatically update the version of
13- # metacall/core when there is a tag on that repo that triggers this one
14- inputs :
15- ref :
16- description : " Version of metacall/core that triggered this workflow"
17- required : false
18- default : " "
10+ workflow_dispatch :
11+ # TODO: Implement support to automatically update the version of
12+ # metacall/core when there is a tag on that repo that triggers this one
13+ inputs :
14+ ref :
15+ description : " Version of metacall/core that triggered this workflow"
16+ required : false
17+ default : " "
1918
2019concurrency :
2120 group : ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
You can’t perform that action at this time.
0 commit comments