From 94b7f7dca374cbba9eba845f5365a952ee8ba64f Mon Sep 17 00:00:00 2001 From: sthope Date: Wed, 1 Sep 2021 23:43:18 +0200 Subject: [PATCH] Update '.drone.yml' --- .drone.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index d96efce..ca40279 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,5 +10,10 @@ steps: from_secret: discord_webhook_id webhook_token: from_secret: discord_webhook_token - message: "Testing from drone image" - + when: + event: + - push + - tag + status: + - changed + - failure \ No newline at end of file