We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9340970 + e61c4f1 commit a45f180Copy full SHA for a45f180
.github/workflows/test_on_push.yml
@@ -2,6 +2,8 @@ name: PyBaMM
2
3
on:
4
push:
5
+
6
+ pull_request:
7
8
# everyday at 3 am UTC
9
schedule:
CHANGELOG.md
@@ -22,6 +22,7 @@
22
23
## Bug fixes
24
25
+- Fix CI not triggering for PR. ([#1013](https://github.com/pybamm-team/PyBaMM/pull/1013))
26
- Fix schedule testing running too often. ([#1010](https://github.com/pybamm-team/PyBaMM/pull/1010))
27
- Fix doctests failing due to mismatch in unsorted output.([#990](https://github.com/pybamm-team/PyBaMM/pull/990))
28
- Added extra checks when creating a model, for clearer errors ([#971](https://github.com/pybamm-team/PyBaMM/pull/971))
0 commit comments