ci: documentation action limited only to commits that change documentation files

This commit is contained in:
Mateusz Pusz
2024-11-05 18:25:11 +01:00
parent ded2bf4db4
commit f7dd05e989

View File

@ -29,6 +29,11 @@ on:
- main
tags:
- v*
paths:
- "docs/**"
- "CHANGELOG.md"
- "CONTRIBUTING.md"
- "mkdocs.yml"
permissions:
contents: write
jobs: