Skip to content

Commit 97b8209

Browse files
only run docs on paths
1 parent 988e66c commit 97b8209

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/docs.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ name: docs
33
on:
44
push:
55
branches: [main]
6+
paths:
7+
- "docs/**"
8+
- ".github/workflows/docs.yaml"
69

710
permissions:
811
contents: write

0 commit comments

Comments
 (0)