We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8f5def commit dec802aCopy full SHA for dec802a
tools/ci_set_matrix.py
@@ -215,7 +215,7 @@ def set_docs_to_build(build_all):
215
doc_match = build_all
216
if not build_all:
217
doc_pattern = re.compile(
218
- r"^(?:docs|extmod/ulab|(?:(?:ports/\w+/bindings|shared-bindings)\S+\.c|conf\.py|tools/extract_pyi\.py|requirements-doc\.txt)$)|(?:-stubs|\.(?:md|MD|rst|RST))$"
+ r"^(?:.github/workflows/|docs|extmod/ulab|(?:(?:ports/\w+/bindings|shared-bindings)\S+\.c|conf\.py|tools/extract_pyi\.py|requirements-doc\.txt)$)|(?:-stubs|\.(?:md|MD|rst|RST))$"
219
)
220
for p in changed_files:
221
if doc_pattern.search(p):
0 commit comments