From 8c301fa52db9bb15a94da79b8fdcbece6e4e9941 Mon Sep 17 00:00:00 2001 From: Turiiya <34311583+ttytm@users.noreply.github.com> Date: Sat, 21 Oct 2023 08:39:46 +0200 Subject: [PATCH] docs: only deploy to github pages on relevant changes --- .github/workflows/docs.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 0b67a0b..87479dc 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -5,6 +5,7 @@ on: # Runs on pushes targeting the default branch and docs path push: branches: ['main'] + paths-ignore: ['**/*.yml', '!**/docs.yml'] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: