From a391453d7ef3d56dd632b1cffbeb5a50a8b7efff Mon Sep 17 00:00:00 2001 From: kale Date: Fri, 5 Dec 2025 04:46:52 -0500 Subject: [PATCH] =?UTF-8?q?[fix]:[=E4=BF=AE=E6=94=B9drone=E4=B8=AD?= =?UTF-8?q?=E9=85=8D=E7=BD=AE=EF=BC=8C=E5=85=81=E8=AE=B8=20fork=20?= =?UTF-8?q?=E7=9A=84pr]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.drone.yml b/.drone.yml index 4e45758..0e6fb44 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,6 +2,13 @@ kind: pipeline type: docker name: multi-lang-ci +trigger: + event: + - push + - pull_request + branch: + - main + # 克隆策略:只拉最新 commit,加速 clone: depth: 0 -- 2.47.2