From 0fe983dfcc95b6d303b6acb7c594af498d9e1f51 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Achim=20Kr=C3=A4mer?= <39946364+pxlfrk@users.noreply.github.com> Date: Tue, 13 Feb 2024 22:32:48 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20add=20path=20rule=20to=20workflo?= =?UTF-8?q?w=20(#362)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Achim Krämer <39946364+pxlfrk@users.noreply.github.com> --- .github/workflows/deploy-docs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 291537f..b42d724 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -3,6 +3,7 @@ name: Deploy Documenation site to GitHub Pages on: push: branches: ['main'] + paths: ['docs/**'] workflow_dispatch: permissions: