From 67260a25596403c47604a43d4ea077defec54e0b Mon Sep 17 00:00:00 2001 From: Sthope Date: Mon, 28 Aug 2023 19:13:07 +0200 Subject: [PATCH] Update .drone.yml --- .drone.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.drone.yml b/.drone.yml index 05096b2..049890e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,3 +15,16 @@ steps: commands: - npm install axios - node tools/check_version.js + when: + event: + exclude: + - tag + + - name: newRelease + image: alpine + commands: + - echo "test - new release found" + when: + event: + include: + - tag \ No newline at end of file