GeoscienceAustralia / PyRate

A Python tool for estimating velocity and time-series from Interferometric Synthetic Aperture Radar (InSAR) data.
https://geoscienceaustralia.github.io/PyRate/
Apache License 2.0
199 stars 69 forks source link

Only run CI on master and develop #382

Open richardt94 opened 2 years ago

richardt94 commented 2 years ago

The current build.yml runs on pushes to all branches, including the gh-pages branch which only contains the docs and no actual code, and will therefore always fail CI. It makes more sense to run it only on the "main" branches (master and develop), especially given the resources consumed by the CI runs.

richardt94 commented 2 years ago

I also updated the CI workflow names so they're not just all called "Python" - this will make debugging easier if things break on specific python/gdal versions.