Skip to content

Commit 0cb41ad

Browse files
committed
Add input to ci.
1 parent 879ccac commit 0cb41ad

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,20 @@
11
name: "MetaCall Distributable Linux"
22

33
on:
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

2019
concurrency:
2120
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}

0 commit comments

Comments
 (0)