Skip to content

Commit 0230c80

Browse files
Merge pull request #10 from palfrey/test-on-pr
Adds testing on PRs as well
2 parents 6b65e1e + 5473158 commit 0230c80

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/tests.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: Tests
2-
on: push
2+
on:
3+
push:
4+
pull_request:
35

46
jobs:
57
test:

0 commit comments

Comments
 (0)