From b3faa263555efad99fe707a4eaef94c50e03196d Mon Sep 17 00:00:00 2001 From: surtur Date: Sun, 13 Sep 2020 22:12:26 +0200 Subject: [PATCH] revert: no pipeline trigger constraints --- .drone.yml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/.drone.yml b/.drone.yml index a723092..44bc00f 100644 --- a/.drone.yml +++ b/.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/** ---