From 66bde9886869e3c22bd791ba7f2c8f730b775f00 Mon Sep 17 00:00:00 2001 From: Roger Sikorski Date: Fri, 1 Oct 2021 18:01:31 +0200 Subject: [PATCH] another try with notifications --- .drone.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index a0a2b73..4d7c3e7 100644 --- a/.drone.yml +++ b/.drone.yml @@ -21,7 +21,5 @@ steps: from: drone@notifications.sikorski.cloud recipients: [ roger@sikorski.cloud ] when: - status: - - changed - - failure - - success # testing \ No newline at end of file + branch: [ main ] + status: [ changed, failure ] \ No newline at end of file