From d2e0b61b672965ea744afb44a613b4458546093b Mon Sep 17 00:00:00 2001 From: abel <67806187+theo-abel@users.noreply.github.com> Date: Thu, 2 Oct 2025 17:21:14 +0200 Subject: [PATCH] fix: run only when changes to docs folder --- .github/workflows/docs-deploy.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/docs-deploy.yml b/.github/workflows/docs-deploy.yml index e2cf828..b5f866c 100644 --- a/.github/workflows/docs-deploy.yml +++ b/.github/workflows/docs-deploy.yml @@ -1,10 +1,13 @@ name: Deploy Docusaurus to GitHub Pages on: + workflow_dispatch: + push: branches: - master - workflow_dispatch: + paths: + - "docs/**" jobs: build: