From 6fa8be0a3eff8f61a7e508b09f6554628cfd6555 Mon Sep 17 00:00:00 2001 From: gabriel-logan Date: Fri, 17 May 2024 07:30:58 -0300 Subject: [PATCH] update static yml --- .github/workflows/static.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/static.yml b/.github/workflows/static.yml index 453eb6c..36f9c72 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: + - "./docs/**" # Allows you to run this workflow manually from the Actions tab workflow_dispatch: