chore: only run docs workflow when docs/... are updated

This commit is contained in:
garethgeorge
2024-04-28 23:08:34 -07:00
parent e4ce8602e8
commit 39a0ec0684
+2
View File
@@ -6,6 +6,8 @@ name: Docs
on:
push:
branches: ["main"]
paths:
- "docs/**"
workflow_dispatch:
jobs: