Skip to content

Commit 540b228

Browse files
authored
ci: still trying to get paths right (#9782)
1 parent 089c107 commit 540b228

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/turborepo-test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,9 @@ jobs:
5353
- "turborepo-tests/example-with-svelte-*/**"
5454
- "turborepo-tests/helpers/**"
5555
rest:
56-
- '!(examples/**|docs/**)'
56+
- '!examples/**'
57+
- '!docs/**'
58+
- '**'
5759
5860
integration:
5961
name: Turborepo Integration

0 commit comments

Comments
 (0)