From cb8af15c707f84c847ed2a77e896c62744edab16 Mon Sep 17 00:00:00 2001 From: Andre_601 <11576465+Andre601@users.noreply.github.com> Date: Thu, 28 May 2026 00:14:18 +0200 Subject: [PATCH] Only trigger publish_site on specific paths --- .github/workflows/publish_site.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/publish_site.yml b/.github/workflows/publish_site.yml index a10068c..15f61b9 100644 --- a/.github/workflows/publish_site.yml +++ b/.github/workflows/publish_site.yml @@ -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.