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.
This commit is contained in:
Jeff Epler 2023-08-21 20:58:12 -05:00
parent d62bf6631b
commit 3cd667a0a1
No known key found for this signature in database
GPG Key ID: D5BF15AB975AB4DE
1 changed files with 1 additions and 1 deletions

View File

@ -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 = {