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"
- "docs/**/*"
- "components/**/*.h"
- "components/**/Kconfig"
- "components/**/Kconfig*"
- "components/**/CMakeList.txt"
- "components/**/sdkconfig*"
- "tools/kconfig_new/**/*"