From 060e91d5c2375292d153a71515e68bdbd3c3cf96 Mon Sep 17 00:00:00 2001 From: fandongqiang <1075044867@qq.com> Date: Fri, 22 Sep 2023 14:22:58 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 644c5bf..7994802 100644 --- a/.drone.yml +++ b/.drone.yml @@ -4,4 +4,6 @@ name: mydemo # name 属性定义了管道的名称。您可以为您的项目 trigger: branch: - - master \ No newline at end of file + - master + event: + - push \ No newline at end of file