Skip to content

Commit 0433506

Browse files
committed
ci: skip docs [skip ci]
1 parent 4dea728 commit 0433506

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ name: test
33
on:
44
push:
55
paths-ignore:
6-
- 'packages/docs/**'
7-
- 'packages/playground/**'
6+
- 'docs/**'
7+
- 'playground/**'
88
pull_request:
99
paths-ignore:
10-
- 'packages/docs/**'
11-
- 'packages/playground/**'
10+
- 'docs/**'
11+
- 'playground/**'
1212

1313
jobs:
1414
build:

0 commit comments

Comments
 (0)