ci(site): add trigger on more file (#2837)

This commit is contained in:
Jonathan Ho
2023-03-18 20:45:22 -05:00
committed by GitHub
parent ae40e69e99
commit f1f4322673
+8
View File
@@ -10,11 +10,19 @@ on:
paths:
- "website/**"
- ".github/workflows/site.yml"
- "jsdoc2md.json"
- "typedoc.json"
- "package.json"
- "packages/**"
pull_request:
branches: ["main"]
paths:
- "website/**"
- ".github/workflows/site.yml"
- "jsdoc2md.json"
- "typedoc.json"
- "package.json"
- "packages/**"
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch: