fix: include documentation workflow file in paths for triggering events

This commit is contained in:
Mateusz Pusz
2025-06-16 18:16:39 +02:00
parent 9847617fb6
commit ecc176ae8b

View File

@ -31,6 +31,7 @@ on:
- v* - v*
paths: paths:
- "docs/**" - "docs/**"
- "./github/workflows/documentation.yml"
- "CHANGELOG.md" - "CHANGELOG.md"
- "CONTRIBUTING.md" - "CONTRIBUTING.md"
- "mkdocs.yml" - "mkdocs.yml"