ci: drop no-op docs/** filter exclusion

There is no top-level docs/ directory in the repo (docs live under
packages/kilo-docs/, already excluded), so the '!docs/**' entry never
matched anything. Remove the dead filter line.
This commit is contained in:
Mark IJbema
2026-06-16 16:29:57 +02:00
parent e49e5fef21
commit 38f33f1a3c
-1
View File
@@ -44,7 +44,6 @@ jobs:
- '**'
- '!packages/kilo-vscode/**'
- '!packages/kilo-docs/**'
- '!docs/**'
unit:
name: unit (${{ matrix.settings.name }})
strategy: