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:29:49 +02:00
parent 0ca1fb0402
commit 482f9fd85f
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

@ -11,9 +11,6 @@ clone:
trigger:
branch:
- master
event:
- push
- cron
ref:
exclude:
- ref/tags/**
@ -27,6 +24,10 @@ steps:
from_secret: dockerhub_endpoint
commands:
- curl -s -X POST $ENDPOINT
when:
event:
- push
- cron
---