Skip to content

Commit d04d3b1

Browse files
committed
ci: specify push paths for publish_docs
1 parent 686e803 commit d04d3b1

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/publish_docs.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@ name: Publish Docs
33
on:
44
push:
55
branches:
6-
- main
6+
- main
7+
paths:
8+
- 'docs/**'
9+
- 'mkdocs.yml'
10+
- 'CHANGELOG.md'
711

812
permissions:
913
contents: write

0 commit comments

Comments
 (0)