From 47123f962f94cb660a37bc8d39c3d1e09e53c97f Mon Sep 17 00:00:00 2001 From: anfu Date: Fri, 13 Sep 2024 14:23:30 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A6=E5=8F=91=E6=89=93=E5=8C=85?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 05b2771..f09e1b6 100644 --- a/.drone.yml +++ b/.drone.yml @@ -17,8 +17,9 @@ volumes: trigger: event: - push - ref: - - refs/tags/* + - tag + branch: + - master steps: - name: "安装依赖"