ci: improve docs pattern from Kconfig to Kconfig*

for example: Kconfig.spiram.common will now be included
This commit is contained in:
Fu Hanxi 2021-02-19 17:09:51 +08:00
parent 084c38a011
commit 2399128500

View File

@ -5,7 +5,7 @@
- ".gitlab/ci/docs.yml" - ".gitlab/ci/docs.yml"
- "docs/**/*" - "docs/**/*"
- "components/**/*.h" - "components/**/*.h"
- "components/**/Kconfig" - "components/**/Kconfig*"
- "components/**/CMakeList.txt" - "components/**/CMakeList.txt"
- "components/**/sdkconfig*" - "components/**/sdkconfig*"
- "tools/kconfig_new/**/*" - "tools/kconfig_new/**/*"