Skip to content

Commit b0a01bb

Browse files
authored
Merge branch 'PyProphet:master' into feature/polars_explode
2 parents 52dcba3 + ba7495d commit b0a01bb

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: continuous-integration
22

3-
on: [push]
3+
on:
4+
push:
5+
pull_request:
46

57
jobs:
68
test:
@@ -33,4 +35,4 @@ jobs:
3335

3436
- name: Test
3537
run: |
36-
python -m pytest -n auto tests/
38+
python -m pytest -n auto tests/

0 commit comments

Comments
 (0)