feature remove trigger
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
tqcq 2023-11-18 00:16:14 +08:00
parent 6ae15dc110
commit ac2f84933d

View File

@ -59,9 +59,3 @@ steps:
{{ range .input.builds }} {{ range .input.builds }}
- build {{ .image_name }} - build {{ .image_name }}
{{ end }} {{ end }}
trigger:
branch:
- refs/heads/**
- refs/tags/**
- refs/pull/**