From 6b71962f6da291787ffb4104e2c4d0d733ebdf3d Mon Sep 17 00:00:00 2001 From: mozzie Date: Thu, 23 Mar 2023 13:51:58 +0800 Subject: [PATCH] =?UTF-8?q?cd:=20=E4=BF=AE=E6=94=B9drone=20build=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.drone.yml b/.drone.yml index 0a31078..8547423 100644 --- a/.drone.yml +++ b/.drone.yml @@ -8,6 +8,12 @@ volumes: host: path: /home/drone/cache/node_modules +when: + branch: + - release/** + event: + - push + steps: # web端 - name: build-web