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
0ca1fb0402
commit
482f9fd85f
@ -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
|
||||
|
||||
|
||||
---
|
||||
|
Loading…
Reference in New Issue
Block a user