From 99a40bd8d1d4797e523c4ea47151316c94e4b67a Mon Sep 17 00:00:00 2001 From: Alex Hancock Date: Mon, 11 Aug 2025 14:38:07 -0400 Subject: [PATCH] ci: correctly match doc only changes (#4009) --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) 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