CI: Limit to some triggers
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
331a4615f6
commit
2a47e28b76
1 changed files with 11 additions and 0 deletions
11
.drone.yml
11
.drone.yml
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue