Update .drone.yml

This commit is contained in:
Sthope
2023-08-28 19:15:26 +02:00
parent 67260a2559
commit 3346113562

@@ -16,15 +16,16 @@ steps:
- npm install axios - npm install axios
- node tools/check_version.js - node tools/check_version.js
when: when:
event: status:
exclude: - success
- tag - failure
- changed
- name: newRelease - name: testing
image: alpine image: alpine
commands: commands:
- echo "test - new release found" - echo "test"
when: when:
event: status:
include: - success
- tag - changed