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

@ -8,6 +8,18 @@ platform:
clone: clone:
disable: true disable: true
trigger:
branch:
- master
event:
- push
- cron
cron:
- hourly-build
ref:
exclude:
- ref/tags/**
steps: steps:
- name: call webhook - name: call webhook
pull: always pull: always
@ -35,7 +47,6 @@ trigger:
- master - master
event: event:
- push - push
- tag
status: status:
- success - success
- failure - failure