workflows: enable documentation build for Kconfig*
Trigger documentation builds when Kconfig files are changed. Signed-off-by: Fabio Utzig <fabio.utzig@nordicsemi.no>
This commit is contained in:
parent
0f1517a490
commit
577d588b3a
1
.github/workflows/doc-build.yml
vendored
1
.github/workflows/doc-build.yml
vendored
|
@ -14,6 +14,7 @@ on:
|
|||
- 'subsys/testsuite/ztest/include/**'
|
||||
- 'tests/**'
|
||||
- '.known-issues/doc/**'
|
||||
- '**/Kconfig*'
|
||||
|
||||
jobs:
|
||||
build:
|
||||
|
|
Loading…
Reference in a new issue