From 92a88d875b70c9e01c9e05f3212c476176353951 Mon Sep 17 00:00:00 2001 From: Alex Hancock Date: Mon, 11 Aug 2025 13:57:23 -0400 Subject: [PATCH] ci: correctly match doc only changes --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 612b9c66c0f..09ee488f660 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