feat: 扩展和前端打包测试部署
Some checks failed
Extension Build & Release / build (push) Failing after 1m23s
Web Console Deploy (Vue 3 + Vite) / deploy (push) Failing after 3s

This commit is contained in:
zs
2026-03-02 21:36:44 +08:00
parent d6b0e2f218
commit 0d9baffd57
2 changed files with 2 additions and 0 deletions

View File

@@ -5,6 +5,7 @@ on:
- main
paths:
- 'extension/**'
- '.gitea/workflows/extension-build.yml'
jobs:
build:

View File

@@ -5,6 +5,7 @@ on:
- main
paths:
- 'web/**'
- '.gitea/workflows/web-deploy.yml'
jobs:
deploy: