feat(gh-pages): add path triggers to workflow

pull/387/head
Kyle Huggins 5 months ago
parent 03d2443a5b
commit 8fcd6041e1

@ -3,6 +3,9 @@ name: Deploy to GitHub Pages
on:
push:
branches: ["main"]
paths:
- .github/workflows/gh-pages.yml
- "docs/**"
permissions:
contents: read

Loading…
Cancel
Save