fix: correct constraints for cron and push runs
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
surtur 2020-09-13 20:24:21 +02:00
parent e9f348f1e9
commit e036d8f474
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

@ -16,9 +16,6 @@ trigger:
event:
- push
- cron
target:
exclude:
- nightly
steps:
- name: call webhook
@ -31,6 +28,13 @@ steps:
- apk add --no-cache curl
- curl -sO https://git.dotya.ml/${DRONE_REPO}/raw/branch/master/curl.it
- bash ./curl.it $ENDPOINT
when:
event:
- push
- cron
target:
exclude:
- nightly
---