There was an error while loading. Please reload this page.
1 parent f3ffd2b commit af6ec47Copy full SHA for af6ec47
1 file changed
.github/workflows/tests.yml
@@ -1,7 +1,7 @@
1
name: Test Python package
2
3
on:
4
- - push
+ - [push, pull_request]
5
6
jobs:
7
test:
@@ -50,4 +50,3 @@ jobs:
50
run: tox -e format
51
- name: Test with tox
52
run: tox -e test
53
-
0 commit comments