CI: Limit to some triggers
continuous-integration/drone/push Build is passing Details

This commit is contained in:
nemunaire 2022-07-29 18:52:07 +02:00
parent 331a4615f6
commit 2a47e28b76
1 changed files with 11 additions and 0 deletions

View File

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