Skip to content

Commit d386170

Browse files
authored
chore: enable tests for pull requests
1 parent e9a9eda commit d386170

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: Test
2-
on: [push]
2+
on: [push, pull_request]
3+
34
jobs:
45

56
lint:

0 commit comments

Comments
 (0)