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: branches:
- 'wiki' - 'wiki'
# paths:
# Ignore changes to the README.md file - ".theme/**"
# - "docs/**"
paths-ignore: - "mkdocs.yml"
- 'README.md'
# #
# Releases cause this action to also fire. # Releases cause this action to also fire.
# Using this prevents this problem. # Using this prevents this problem.