actions: fixup static sites workflow

This commit is contained in:
Koushik Dutta
2024-07-18 10:27:37 -07:00
parent 49df286cfa
commit 90b4bcfec9

View File

@@ -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: