ci: specify push paths for publish_docs

This commit is contained in:
Travis Abendshien
2024-09-07 07:30:08 -07:00
parent 686e803f3e
commit d04d3b1f0a

View File

@@ -3,7 +3,11 @@ name: Publish Docs
on:
push:
branches:
- main
- main
paths:
- 'docs/**'
- 'mkdocs.yml'
- 'CHANGELOG.md'
permissions:
contents: write