From 0c742354b2251cd059503b79276b17638c6fc139 Mon Sep 17 00:00:00 2001 From: danial Date: Tue, 25 Feb 2025 19:38:20 +0800 Subject: [PATCH] =?UTF-8?q?ci(.drone.yml):=20=E6=B7=BB=E5=8A=A0=20otel=20?= =?UTF-8?q?=E5=88=86=E6=94=AF=E5=88=B0=E6=8C=81=E7=BB=AD=E9=9B=86=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 在 .drone.yml 文件的 branch 列表中添加了 otel 分支 - 这个修改确保 otel 分支的代码变动能够触发 Drone CI 构建 --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index 3efe7b6..a1a7e7d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -41,6 +41,7 @@ trigger: branch: - develop - production + - otel when: event: - push