CI: Limit to some triggers
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Pierre-Olivier Mercier 2022-07-29 18:52:07 +02:00
parent 331a4615f6
commit 2a47e28b76

View File

@ -39,6 +39,11 @@ steps:
password: password:
from_secret: docker_password from_secret: docker_password
trigger:
event:
- cron
- push
- tag
--- ---
kind: pipeline kind: pipeline
type: docker type: docker
@ -83,6 +88,11 @@ steps:
password: password:
from_secret: docker_password from_secret: docker_password
trigger:
event:
- cron
- push
- tag
--- ---
kind: pipeline kind: pipeline
name: docker-manifest name: docker-manifest
@ -101,6 +111,7 @@ steps:
trigger: trigger:
event: event:
- cron
- push - push
- tag - tag