Skip to content

Commit 0eb2b1a

Browse files
authored
added more trigger events for pytest github action; refs #212
1 parent b69ce98 commit 0eb2b1a

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: tests
22

3-
on: push
3+
on:
4+
push:
5+
pull_request:
6+
types: [opened, synchronize, reopened]
47

58
jobs:
69
tests:

0 commit comments

Comments
 (0)