ci(checks): 触发路径纳入 scripts/ci(否则 CI 脚本改动不触发 lint)

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
wangjia
2026-07-06 00:05:26 +08:00
parent 0b9f291ff1
commit f0a8c6dd98
+1
View File
@@ -10,6 +10,7 @@ on:
- 'client/**'
- 'server/**'
- 'ci/**'
- 'scripts/ci/**'
- '.gitea/workflows/ci.yml'
pull_request:
branches: [main]