From b5346b464e8492a755c478ebc292f42a09eb7223 Mon Sep 17 00:00:00 2001 From: surtur Date: Sun, 13 Sep 2020 20:12:32 +0200 Subject: [PATCH] chore: add trigger constraints to .drone.yml --- .drone.yml | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index a95dbd8..b79924d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,6 +8,18 @@ platform: clone: disable: true +trigger: + branch: + - master + event: + - push + - cron + cron: + - hourly-build + ref: + exclude: + - ref/tags/** + steps: - name: call webhook pull: always @@ -35,7 +47,6 @@ trigger: - master event: - push - - tag status: - success - failure