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