Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Only run CI on master and develop #382

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Only run CI on master and develop #382

wants to merge 2 commits into from

Conversation

richardt94
Copy link
Contributor

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.

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 richardt94 requested a review from mcgarth March 15, 2022 23:50
@richardt94
Copy link
Contributor Author

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.

Copy link
Contributor

@mcgarth mcgarth left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changes make sense. @adu461386118 to confirm and merge

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants