PyRate icon indicating copy to clipboard operation
PyRate copied to clipboard

Only run CI on master and develop

Open richardt94 opened this issue 4 years ago • 1 comments

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 avatar Mar 15 '22 23:03 richardt94

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.

richardt94 avatar Mar 16 '22 00:03 richardt94