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/**/*"