Commit 7b94c55
Fix glob pattern for markdown files in paths-filter
The pattern `!**.md` doesn't correctly match markdown files in subdirectories. Changed to `!**/*.md` to properly exclude all .md files at any depth.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>1 parent 4742ca0 commit 7b94c55
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
| 52 | + | |
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| |||
0 commit comments