ci: build all docs if soc_caps.h changed

soc_caps.h is thightly coupled with the docs build. Should build all docs
after changing it to make sure nothing broke.
pull/11218/head
Marius Vikhammer 2023-04-11 13:11:57 +08:00
rodzic 2ea60e3dd1
commit 21c8a6d3f7
1 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -3,6 +3,7 @@
- "docs/**/*"
- "**/*.rst"
- "CONTRIBUTING.rst"
- "**/soc_caps.h"
.patterns-docs-partial: &patterns-docs-partial
- "components/**/*.h"
@ -43,6 +44,9 @@
.doc-rules:build:docs-partial:
rules:
- <<: *if-dev-push
changes: *patterns-docs-full
when: never
- <<: *if-dev-push
changes: *patterns-docs-partial