CI: Limit CI triggers to certain events only

This commit is contained in:
nemunaire 2021-11-01 00:28:39 +01:00
parent 495b08463f
commit 30d0afe43f

View File

@ -254,6 +254,12 @@ steps:
branch:
- master
trigger:
event:
- cron
- push
- tag
---
kind: pipeline
type: docker
@ -462,6 +468,11 @@ steps:
branch:
- master
trigger:
event:
- cron
- push
- tag
---
kind: pipeline