diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 0918310..ed6632d 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -2,7 +2,12 @@ name: Deploy to GitHub Pages on: push: - branches: ["main"] + branches: + - "main" + paths: + - "web/**" + - "guides/**" + - "CHANGELOG.md" workflow_dispatch: permissions: