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