chore: add trigger constraints to .drone.yml
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
surtur 2020-09-13 20:12:32 +02:00
parent 30aee004f9
commit b5346b464e
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

View File

@ -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