Skip to content

Commit ebaf806

Browse files
authored
Re-enable tests for PRs (#415)
It would be good to re-enable tests on PRs.
1 parent 508ee5e commit ebaf806

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.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+
push:
4+
pull_request:
35
jobs:
46
test:
57
strategy:

0 commit comments

Comments
 (0)