Compare commits

..

2 Commits

Author SHA1 Message Date
3cb17a5931 Merge pull request '[fix]:[修改drone中配置,允许 fork 的pr]' (#16) from yinzy_dev into main
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: jk_yinzy/adsfasdfsadf#16
Reviewed-by: 君肯普通 <jk_yinzy@jk.com>
2025-12-05 17:42:47 +08:00
kale
a391453d7e [fix]:[修改drone中配置,允许 fork 的pr]
All checks were successful
continuous-integration/drone/pr Build is passing
2025-12-05 04:46:52 -05:00

View File

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