Only trigger publish_site on specific paths

This commit is contained in:
Andre_601
2026-05-28 00:14:18 +02:00
committed by GitHub
parent b362bba11d
commit cb8af15c70
+4 -5
View File
@@ -12,11 +12,10 @@ on:
#
branches:
- 'wiki'
#
# Ignore changes to the README.md file
#
paths-ignore:
- 'README.md'
paths:
- ".theme/**"
- "docs/**"
- "mkdocs.yml"
#
# Releases cause this action to also fire.
# Using this prevents this problem.