[fix]:[修改drone中配置,允许 fork 的pr]
All checks were successful
continuous-integration/drone/pr Build is passing

This commit is contained in:
kale 2025-12-05 04:46:52 -05:00
parent 26356c3124
commit a391453d7e

View File

@ -2,6 +2,13 @@ kind: pipeline
type: docker
name: multi-lang-ci
trigger:
event:
- push
- pull_request
branch:
- main
# 克隆策略:只拉最新 commit加速
clone:
depth: 0