From 6ad3b9981281282aad758e7793f2fc72bdab9bd4 Mon Sep 17 00:00:00 2001 From: Kelvin Date: Fri, 1 Sep 2023 21:03:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'.drone.yml'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.drone.yml b/.drone.yml index e9b0621..930433a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,6 +2,10 @@ kind: pipeline type: docker name: api2gpt-mid +tigger: + branch: + - main + steps: - name: build image: golang:1.18