Skip to content

Commit ba7495d

Browse files
authored
Update ci.yml
1 parent 7d5756e commit ba7495d

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)