ci: correctly match doc only changes (#4009)

This commit is contained in:
Alex Hancock
2025-08-11 14:38:07 -04:00
committed by GitHub
parent 8e503dfd8a
commit 99a40bd8d1
+3
View File
@@ -29,8 +29,11 @@ jobs:
filters: |
docs-only:
- 'documentation/**'
- '*.md'
code:
- '**'
- '!documentation/**'
- '!*.md'
rust-format:
name: Check Rust Code Format