Update .drone.yml
All checks were successful
continuous-integration/drone/push Build is passing

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

View File

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