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*
paths:
- "docs/**"
- "./github/workflows/documentation.yml"
- "CHANGELOG.md"
- "CONTRIBUTING.md"
- "mkdocs.yml"