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

This commit is contained in:
Sthope 2023-08-28 19:13:07 +02:00
parent 2bf365269b
commit 67260a2559

View File

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