From 3cd667a0a1a488ae9858f91811e7e72f3f1f1101 Mon Sep 17 00:00:00 2001 From: Jeff Epler Date: Mon, 21 Aug 2023 20:58:12 -0500 Subject: [PATCH] Ensure doc build is tested when a Makefile or .mk file is changed This can affect whether the shared-bindings-matrix works, as in the case of this PR. --- tools/ci_set_matrix.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/ci_set_matrix.py b/tools/ci_set_matrix.py index 7df8199335..e3527bc90d 100755 --- a/tools/ci_set_matrix.py +++ b/tools/ci_set_matrix.py @@ -55,7 +55,7 @@ IGNORE_BOARD = { PATTERN_DOCS = ( r"^(?:\.github|docs|extmod\/ulab)|" r"^(?:(?:ports\/\w+\/bindings|shared-bindings)\S+\.c|tools\/extract_pyi\.py|\.readthedocs\.yml|conf\.py|requirements-doc\.txt)$|" - r"(?:-stubs|\.(?:md|MD|rst|RST))$" + r"(?:-stubs|\.(?:md|MD|mk|rst|RST)|/Makefile)$" ) PATTERN_WINDOWS = {