diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 6a1bf835..e86343df 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -2,6 +2,18 @@ name: Documentation on: push: + paths: + - earthaccess/** + - tests/** + - docs/** + - notebooks/** + pull_request: + paths: + - earthaccess/** + - tests/** + - docs/** + - notebooks/** + types: [opened, synchronize] jobs: documentation: