diff --git a/.drone.yml b/.drone.yml index d9e3771c0731..e955c2c19ba8 100644 --- a/.drone.yml +++ b/.drone.yml @@ -58,6 +58,8 @@ pipeline: commands: - cp -R . /tmp/5/ && cd /tmp/5/ - ./project/scripts/sbt ";++2.12.8 ;compile ;test" + when: + event: [ tag, deployment ] # DOCUMENTATION: documentation: