fix(ci): enable release branch checks and repair test imports

This commit is contained in:
overtrue
2026-09-08 08:23:08 +08:00
parent 3adfe65193
commit a0b7310ece
4 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ name: Continuous Integration (docs only)
on:
pull_request:
types: [ opened, synchronize, reopened ]
branches: [ main ]
branches: [ main, release ]
paths:
- "**.md"
- "docs/**"