CI: Limit CI triggers to certain events only
This commit is contained in:
parent
495b08463f
commit
30d0afe43f
1 changed files with 11 additions and 0 deletions
11
.drone.yml
11
.drone.yml
|
@ -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
|
||||
|
|
Reference in a new issue