Skip to content

Commit

Permalink
Merge pull request #1013 from dalonsoa/patch-2
Browse files Browse the repository at this point in the history
Trigger GitHub Actions on PR
  • Loading branch information
valentinsulzer authored May 21, 2020
2 parents 9340970 + e61c4f1 commit a45f180
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test_on_push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ name: PyBaMM

on:
push:

pull_request:

# everyday at 3 am UTC
schedule:
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@

## Bug fixes

- Fix CI not triggering for PR. ([#1013](https://github.com/pybamm-team/PyBaMM/pull/1013))
- Fix schedule testing running too often. ([#1010](https://github.com/pybamm-team/PyBaMM/pull/1010))
- Fix doctests failing due to mismatch in unsorted output.([#990](https://github.com/pybamm-team/PyBaMM/pull/990))
- Added extra checks when creating a model, for clearer errors ([#971](https://github.com/pybamm-team/PyBaMM/pull/971))
Expand Down

0 comments on commit a45f180

Please sign in to comment.