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