chore: run ci on push to main, exclude notebook tests on push #205
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request includes several changes to the CI workflow configuration files, primarily focusing on improving the build and test process and removing redundant steps.
Changes to
.github/workflows/ci.yml
:main
branch and on pull requests targeting themain
branch. ([.github/workflows/ci.ymlL4-R6](https://github.com/ImperialCollegeLondon/PyProBE/pull/205/files#diff-b803fcb7f17ed9235f1e5cb1fcd2f5d3b2838429d4368ae4c57ce4436577f03fL4-R6)
)[.github/workflows/ci.ymlL39-L44](https://github.com/ImperialCollegeLondon/PyProBE/pull/205/files#diff-b803fcb7f17ed9235f1e5cb1fcd2f5d3b2838429d4368ae4c57ce4436577f03fL39-L44)
)[.github/workflows/ci.ymlL59-R56](https://github.com/ImperialCollegeLondon/PyProBE/pull/205/files#diff-b803fcb7f17ed9235f1e5cb1fcd2f5d3b2838429d4368ae4c57ce4436577f03fL59-R56)
)Changes to
.github/workflows/coverage.yml
:[.github/workflows/coverage.ymlL1-L25](https://github.com/ImperialCollegeLondon/PyProBE/pull/205/files#diff-a2115d277b5ca5a2f09a999e53440839cf332b94da177f3d1766334555b0f7c6L1-L25)
)