add support for branches other than master
This commit is contained in:
parent
80d220e0b5
commit
e03d003540
@ -6,7 +6,7 @@ name: build-{{ $plat.os }}-{{ $plat.arch }}
|
||||
|
||||
trigger:
|
||||
event: [ push ]
|
||||
branch: [ master ]
|
||||
branch: [ {{ if $.input.build_branches -}}{{ range $.input.build_branches }}{{ . }}, {{ end }}{{ else }}master{{- end }} ]
|
||||
|
||||
steps:
|
||||
- name: build
|
||||
|
Loading…
x
Reference in New Issue
Block a user