chore: add trigger constraints to .drone.yml
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
30aee004f9
commit
b5346b464e
13
.drone.yml
13
.drone.yml
@ -8,6 +8,18 @@ platform:
|
||||
clone:
|
||||
disable: true
|
||||
|
||||
trigger:
|
||||
branch:
|
||||
- master
|
||||
event:
|
||||
- push
|
||||
- cron
|
||||
cron:
|
||||
- hourly-build
|
||||
ref:
|
||||
exclude:
|
||||
- ref/tags/**
|
||||
|
||||
steps:
|
||||
- name: call webhook
|
||||
pull: always
|
||||
@ -35,7 +47,6 @@ trigger:
|
||||
- master
|
||||
event:
|
||||
- push
|
||||
- tag
|
||||
status:
|
||||
- success
|
||||
- failure
|
||||
|
Loading…
Reference in New Issue
Block a user