From 90b4bcfec9ca692398e229e5299cbf36dacc81d4 Mon Sep 17 00:00:00 2001 From: Koushik Dutta Date: Thu, 18 Jul 2024 10:27:37 -0700 Subject: [PATCH] actions: fixup static sites workflow --- .github/workflows/{static.yml => static-sites.yml} | 1 + 1 file changed, 1 insertion(+) rename .github/workflows/{static.yml => static-sites.yml} (94%) diff --git a/.github/workflows/static.yml b/.github/workflows/static-sites.yml similarity index 94% rename from .github/workflows/static.yml rename to .github/workflows/static-sites.yml index 29e6968bd7..7b38c3c162 100644 --- a/.github/workflows/static.yml +++ b/.github/workflows/static-sites.yml @@ -5,6 +5,7 @@ on: # Runs on pushes targeting the default branch push: branches: ["main"] + paths: ["sites/static/**", ".github/workflows/static-sites.yml"] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: