ci(.drone.yml): 添加 otel 分支到持续集成

- 在 .drone.yml 文件的 branch 列表中添加了 otel 分支
- 这个修改确保 otel 分支的代码变动能够触发 Drone CI 构建
This commit is contained in:
danial
2025-02-25 19:38:20 +08:00
parent 405642a42f
commit 0c742354b2

View File

@@ -41,6 +41,7 @@ trigger:
branch: branch:
- develop - develop
- production - production
- otel
when: when:
event: event:
- push - push