feature test trigger

This commit is contained in:
tqcq 2023-11-18 00:10:27 +08:00
parent c1101575f5
commit 6ae15dc110
2 changed files with 7 additions and 2 deletions

View File

@ -30,4 +30,3 @@ data:
- image_name: windows-static-x64
- image_name: windows-static-x86
- image_name: windows-x64

View File

@ -58,4 +58,10 @@ steps:
depends_on:
{{ range .input.builds }}
- build {{ .image_name }}
{{ end }}
{{ end }}
trigger:
branch:
- refs/heads/**
- refs/tags/**
- refs/pull/**