diff --git a/.drone.yml b/.drone.yml index 049890e..a69f065 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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 \ No newline at end of file + status: + - success + - changed \ No newline at end of file