diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9e53a9d..1b84d27 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -7,6 +7,7 @@ on: # Triggers the workflow on push or pull request events but only for the main branch push: branches: [main] + paths: [site/**] # Allows you to run this workflow manually from the Actions tab workflow_dispatch: