fix: correct constraints for cron and push runs
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
e9f348f1e9
commit
e036d8f474
10
.drone.yml
10
.drone.yml
@ -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
|
||||
|
||||
|
||||
---
|
||||
|
Loading…
Reference in New Issue
Block a user