add support for branches other than master

This commit is contained in:
James Brumond 2022-12-04 14:27:35 -08:00
parent 80d220e0b5
commit e03d003540
Signed by: james
GPG Key ID: 24BA25B8B303B023

View File

@ -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