Skip to content

Commit dec802a

Browse files
committed
build docs when .github/workflows changes
Closes: #7205
1 parent b8f5def commit dec802a

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
@@ -215,7 +215,7 @@ def set_docs_to_build(build_all):
215215
doc_match = build_all
216216
if not build_all:
217217
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))$"
218+
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))$"
219219
)
220220
for p in changed_files:
221221
if doc_pattern.search(p):

0 commit comments

Comments
 (0)