Skip to content

Commit 3cd667a

Browse files
committed
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.
1 parent d62bf66 commit 3cd667a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/ci_set_matrix.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
PATTERN_DOCS = (
5656
r"^(?:\.github|docs|extmod\/ulab)|"
5757
r"^(?:(?:ports\/\w+\/bindings|shared-bindings)\S+\.c|tools\/extract_pyi\.py|\.readthedocs\.yml|conf\.py|requirements-doc\.txt)$|"
58-
r"(?:-stubs|\.(?:md|MD|rst|RST))$"
58+
r"(?:-stubs|\.(?:md|MD|mk|rst|RST)|/Makefile)$"
5959
)
6060

6161
PATTERN_WINDOWS = {

0 commit comments

Comments
 (0)