diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 09ee488f660d..e6273d2143eb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -29,11 +29,11 @@ jobs: filters: | docs-only: - 'documentation/**' - - '*.md' + - '**/*.md' code: - '**' - '!documentation/**' - - '!*.md' + - '!**/*.md' rust-format: name: Check Rust Code Format