revert: no pipeline trigger constraints
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
surtur 2020-09-13 22:12:26 +02:00
parent 482f9fd85f
commit b3faa26355
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

@ -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/**
---