只在有package改动的时候触发ci流程

This commit is contained in:
YHH
2025-09-28 12:32:35 +08:00
parent b546c9c712
commit 945f772c30
2 changed files with 20 additions and 0 deletions

View File

@@ -3,6 +3,12 @@ name: Deploy Documentation
on:
push:
branches: [master]
paths:
- 'docs/**'
- 'packages/**'
- 'typedoc.json'
- 'package.json'
- '.github/workflows/docs.yml'
workflow_dispatch:
permissions: