diff --git a/.drone.yaml b/.drone.yaml index dbacf3d..32c7a9a 100644 --- a/.drone.yaml +++ b/.drone.yaml @@ -7,4 +7,7 @@ steps: pull: if-not-exists commands: - mvn clean package - - ls -h \ No newline at end of file + - ls -h + when: + event: + - tag \ No newline at end of file