From 2399128500f46d8cf9b7881279f2354b4bc56da6 Mon Sep 17 00:00:00 2001 From: Fu Hanxi Date: Fri, 19 Feb 2021 17:09:51 +0800 Subject: [PATCH] ci: improve docs pattern from Kconfig to Kconfig* for example: Kconfig.spiram.common will now be included --- .gitlab/ci/rules.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab/ci/rules.yml b/.gitlab/ci/rules.yml index aacc79e126..ffc1533807 100644 --- a/.gitlab/ci/rules.yml +++ b/.gitlab/ci/rules.yml @@ -5,7 +5,7 @@ - ".gitlab/ci/docs.yml" - "docs/**/*" - "components/**/*.h" - - "components/**/Kconfig" + - "components/**/Kconfig*" - "components/**/CMakeList.txt" - "components/**/sdkconfig*" - "tools/kconfig_new/**/*"