add filters on when to run pipelines

This commit is contained in:
viktorbarzin 2021-04-08 19:07:04 +01:00
parent 7fb1782f13
commit ecd7629884

View file

@ -1,6 +1,12 @@
kind: pipeline
type: kubernetes
name: default
trigger:
event:
- cron
- push
cron:
- build-state-daily
steps:
- name: Prepare terraform files
@ -59,7 +65,7 @@ trigger:
event:
- cron
cron:
- renew-tls-certificate-daily
- renew-tls-certificate
steps:
- name: Prepare terraform files