Skip to content

Commit bfea240

Browse files
committed
Disable tests for readmes and examples
1 parent 64c1eb7 commit bfea240

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ name: test
22

33
on:
44
pull_request:
5+
paths:
6+
- 'examples/**'
7+
- '**/README.md'
58

69
jobs:
710
test:

0 commit comments

Comments
 (0)