Skip to content

Commit

Permalink
ci: still trying to get paths right (#9782)
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyshew authored Jan 23, 2025
1 parent 089c107 commit 540b228
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/turborepo-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,9 @@ jobs:
- "turborepo-tests/example-with-svelte-*/**"
- "turborepo-tests/helpers/**"
rest:
- '!(examples/**|docs/**)'
- '!examples/**'
- '!docs/**'
- '**'
integration:
name: Turborepo Integration
Expand Down

0 comments on commit 540b228

Please sign in to comment.