revert: no pipeline trigger constraints
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
482f9fd85f
commit
b3faa26355
13
.drone.yml
13
.drone.yml
@ -3,18 +3,12 @@ kind: pipeline
|
||||
name: dockerhub-build-trigger
|
||||
|
||||
platform:
|
||||
os: linux
|
||||
arch: amd64
|
||||
|
||||
clone:
|
||||
disable: true
|
||||
|
||||
trigger:
|
||||
branch:
|
||||
- master
|
||||
ref:
|
||||
exclude:
|
||||
- ref/tags/**
|
||||
|
||||
steps:
|
||||
- name: call webhook
|
||||
pull: always
|
||||
@ -25,9 +19,14 @@ steps:
|
||||
commands:
|
||||
- curl -s -X POST $ENDPOINT
|
||||
when:
|
||||
branch:
|
||||
- master
|
||||
event:
|
||||
- push
|
||||
- cron
|
||||
ref:
|
||||
exclude:
|
||||
- ref/tags/**
|
||||
|
||||
|
||||
---
|
||||
|
Loading…
Reference in New Issue
Block a user