feat: 添加目录触发的 Actions 工作流
- miniapp-preview.yml: 只在 mini/** 目录变更时触发 - server-deploy.yml: 只在 server/** 目录变更时触发 - 使用 hk 运行器 - 避免不必要的资源浪费
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user