feature test trigger
This commit is contained in:
parent
c1101575f5
commit
6ae15dc110
@ -30,4 +30,3 @@ data:
|
||||
- image_name: windows-static-x64
|
||||
- image_name: windows-static-x86
|
||||
- image_name: windows-x64
|
||||
|
||||
|
@ -58,4 +58,10 @@ steps:
|
||||
depends_on:
|
||||
{{ range .input.builds }}
|
||||
- build {{ .image_name }}
|
||||
{{ end }}
|
||||
{{ end }}
|
||||
|
||||
trigger:
|
||||
branch:
|
||||
- refs/heads/**
|
||||
- refs/tags/**
|
||||
- refs/pull/**
|
Loading…
Reference in New Issue
Block a user