Skip to content

Commit ab7ec0b

Browse files
committed
run tests on pull requests
1 parent 77e8604 commit ab7ec0b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: Test
2-
on: [push]
2+
on:
3+
pull_request:
4+
push: { branches: master }
35

46
jobs:
57
test:

0 commit comments

Comments
 (0)