|
push: |
|
branches: |
|
- main |
|
pull_request: |
|
types: [opened, synchronize] |
The unit tests run for any pull request. If we use the paths key, we could limit it to changes that don't effect the earthaccess package (e.g. documentation changes). Is this considered a safe pratice?
I also don't understand why we run the unit tests on push ... isn't it too late by then!?