Skip to content

Commit 4c01a64

Browse files
committed
chore(actions): execute tests on pull-requests
1 parent d8ac04f commit 4c01a64

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
1-
on: [push]
1+
on:
2+
push:
3+
pull_request:
4+
25
jobs:
36
build-and-test:
47
name: Build and test

0 commit comments

Comments
 (0)