Skip to content

Commit 79acd4c

Browse files
authored
Merge pull request #215 from NLeSC/jspaaks-patch-4
added more trigger events for pytest github action
2 parents 9f41516 + 0eb2b1a commit 79acd4c

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)