diff --git a/.drone.yml b/.drone.yml index 5fa8834..4462820 100644 --- a/.drone.yml +++ b/.drone.yml @@ -9,6 +9,9 @@ steps: path: /root/.m2 commands: - mvn clean package + when: + event: + - tag - name: Send To DingTalk image: guoxudongdocker/drone-dingtalk @@ -25,6 +28,4 @@ steps: trigger: branch: - - master - event: - - tag \ No newline at end of file + - master \ No newline at end of file