We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d62bf66 commit 3cd667aCopy full SHA for 3cd667a
1 file changed
tools/ci_set_matrix.py
@@ -55,7 +55,7 @@
55
PATTERN_DOCS = (
56
r"^(?:\.github|docs|extmod\/ulab)|"
57
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))$"
+ r"(?:-stubs|\.(?:md|MD|mk|rst|RST)|/Makefile)$"
59
)
60
61
PATTERN_WINDOWS = {
0 commit comments