From 3f95cabdd6aa75e67db5305736ba41b209c17327 Mon Sep 17 00:00:00 2001 From: Momo the Monster <737888+momo-the-monster@users.noreply.github.com> Date: Wed, 15 Feb 2023 22:42:04 -0800 Subject: [PATCH] Limits Republishing to "Web" dir changes --- .github/workflows/static.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index a6b48cb..691fd78 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static.yml @@ -5,6 +5,8 @@ on: # Runs on pushes targeting the default branch push: branches: ["main"] + paths: + - 'Web/**/**.*' # Allows you to run this workflow manually from the Actions tab workflow_dispatch: