Skip to content

Commit a45f180

Browse files
Merge pull request #1013 from dalonsoa/patch-2
Trigger GitHub Actions on PR
2 parents 9340970 + e61c4f1 commit a45f180

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.github/workflows/test_on_push.yml

+2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: PyBaMM
22

33
on:
44
push:
5+
6+
pull_request:
57

68
# everyday at 3 am UTC
79
schedule:

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222

2323
## Bug fixes
2424

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

0 commit comments

Comments
 (0)