Skip to content

Commit d55004c

Browse files
committed
Limit docs deploy workflow to docs changes
1 parent 680b5da commit d55004c

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/deploy-docs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ name: Deploy docs to GitHub Pages
33
on:
44
push:
55
branches: [main]
6+
paths:
7+
- "docs/**"
8+
- ".github/workflows/deploy-docs.yml"
69
workflow_dispatch:
710

811
permissions:

0 commit comments

Comments
 (0)