diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 5ab6dfca..1f1629df 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -1,10 +1,14 @@ name: Deploy to GitHub Pages on: - pull_request: - branches: [main] push: branches: [main] + paths: + - 'docs/**' + pull_request: + branches: [main] + paths: + - 'docs/**' permissions: contents: write