From 8f60d4c515c6b335d5d69864476907801ef2b38b Mon Sep 17 00:00:00 2001 From: surtur Date: Tue, 1 Sep 2020 06:14:40 +0200 Subject: [PATCH] fix: limit deploy step execution for master * run notifications on PR and any branch --- .drone.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 7d0bab0..cf3c410 100644 --- a/.drone.yml +++ b/.drone.yml @@ -48,6 +48,8 @@ steps: when: status: - success + branch: + - master depends_on: - hugo-extended environment: @@ -77,9 +79,10 @@ clone: trigger: branch: - master - - "dev*" + - "*" event: - push + - pull_request - tag status: - success