Skip to content

Commit 398be6c

Browse files
Run pytest on push to main (#78)
1 parent ed535de commit 398be6c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/pytest.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
name: Linting and Tests
22

33
on:
4-
- pull_request
4+
pull_request:
5+
push:
6+
branches:
7+
- main
58

69
jobs:
710
test:

0 commit comments

Comments
 (0)