Skip to content

Commit 986fb4c

Browse files
committed
fix: skip tests on examples, readme
1 parent c6ade63 commit 986fb4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: test
22

33
on:
44
pull_request:
5-
paths:
5+
paths-ignore:
66
- 'examples/**'
77
- '**/README.md'
88

0 commit comments

Comments
 (0)