Skip to content

Commit 8a6dda6

Browse files
committed
ci: run test on PRs
1 parent 8e44d9c commit 8a6dda6

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ on:
33
push:
44
branches:
55
- master
6+
pull_request:
7+
paths-ignore:
8+
- '.vscode/**'
9+
- 'docs/**'
610

711
jobs:
812
test:

0 commit comments

Comments
 (0)