feat: 添加目录触发的 Actions 工作流
Publish Mini Program Dev Version / publish (push) Waiting to run
Build and Deploy Server / build (push) Waiting to run

- miniapp-preview.yml: 只在 mini/** 目录变更时触发
- server-deploy.yml: 只在 server/** 目录变更时触发
- 使用 hk 运行器
- 避免不必要的资源浪费
This commit is contained in:
gouki
2026-08-06 22:42:58 +00:00
parent f801094aad
commit 09d8a39946
2 changed files with 82 additions and 1 deletions
+4 -1
View File
@@ -4,10 +4,13 @@ on:
push:
branches:
- main
paths:
- "mini/**"
- ".gitea/workflows/miniapp-preview.yml"
jobs:
publish:
runs-on: ubuntu-latest
runs-on: hk
steps:
- uses: https://gitea.neatcn.com/gouki/action-checkout@v4
with: