From a08e17ad9c20a524a80e98093b970e2d71b47f05 Mon Sep 17 00:00:00 2001 From: yushangwl Date: Sat, 31 Jul 2021 13:47:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'.drone.yaml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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