Skip to content

Commit 5268524

Browse files
committed
chore(ci): run test workflow on a pull request
1 parent 7447c9c commit 5268524

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/test.yaml

Lines changed: 4 additions & 2 deletions
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
runs-on: ${{ matrix.os }}
@@ -17,4 +19,4 @@ jobs:
1719
- name: module prepare
1820
run: yarn dev:prepare
1921
- name: test
20-
run: yarn test
22+
run: yarn test

0 commit comments

Comments
 (0)