From 4da37064ac2df173438989a8b5715b4410f7c3c5 Mon Sep 17 00:00:00 2001 From: Termina1 Date: Fri, 26 Jan 2024 14:50:12 +0200 Subject: [PATCH] only build gh on docs --- .github/workflows/static.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 285a3024..142ac597 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -4,6 +4,8 @@ name: Deploy static content to Pages on: # Runs on pushes targeting the default branch push: + paths: + - '**/docs/**' branches: ["master"] # Allows you to run this workflow manually from the Actions tab