diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 33041d03ce..605594037c 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -3,8 +3,12 @@ name: documentation on: pull_request: branches: [develop] + paths: + - 'website/**' push: branches: [main] + paths: + - 'website/**' jobs: check-build: