From 3e7877f600b28e327b587ac84037b65c7bc39798 Mon Sep 17 00:00:00 2001 From: zhangjinli Date: Sun, 29 Jan 2023 15:51:03 +0800 Subject: [PATCH] =?UTF-8?q?fixed=20=E6=B5=8B=E8=AF=95=E6=8E=A8=E9=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.drone.yml b/.drone.yml index e69de29..030f411 100644 --- a/.drone.yml +++ b/.drone.yml @@ -0,0 +1,10 @@ +kind: pipeline +type: docker +name: master + +trigger: + branch: + - master + event: + - push + - merge