ci(v3): publish isolated docker images

This commit is contained in:
jxxghp
2026-08-07 22:14:34 +08:00
parent 05d15a04f5
commit 0252b27b72
16 changed files with 77 additions and 56 deletions

View File

@@ -1,13 +1,13 @@
name: Unit Tests
on:
# 指向 v2 的 PR 与推送都跑全量单测,作为合并门禁
# 指向 v3 的 PR 与推送都跑全量单测,作为合并门禁
pull_request:
branches:
- v2
- v3
push:
branches:
- v2
- v3
# 允许手动触发
workflow_dispatch: