Skip to content

Commit b40f9f3

Browse files
committed
ci: ignore docs
1 parent b98e374 commit b40f9f3

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/test.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,18 @@ on:
44
push:
55
branches:
66
- main
7+
paths-ignore:
8+
- 'packages/docs/**'
9+
- 'packages/create-vue-termui/**'
10+
- 'packages/*playground*/**'
711

812
pull_request:
913
branches:
1014
- main
15+
paths-ignore:
16+
- 'packages/docs/**'
17+
- 'packages/create-vue-termui/**'
18+
- 'packages/*playground*/**'
1119

1220
jobs:
1321
lint:

0 commit comments

Comments
 (0)