From 6a3cf1faa21f0a71dbdcdce4af31f9d0bdc3680d Mon Sep 17 00:00:00 2001 From: Marius Vikhammer Date: Sat, 21 Oct 2023 12:40:02 +0800 Subject: [PATCH] ci(build): add idf.py and idf.py actions as trigger for build-system test --- .gitlab/ci/rules.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab/ci/rules.yml b/.gitlab/ci/rules.yml index 89280b4e56..d7207e9dea 100644 --- a/.gitlab/ci/rules.yml +++ b/.gitlab/ci/rules.yml @@ -58,6 +58,8 @@ .patterns-build_system: &patterns-build_system - "tools/cmake/**/*" - "tools/kconfig_new/**/*" + - "tools/idf.py" + - "tools/idf_py_actions/**/*" - "tools/requirements.json" - "tools/ci/test_build_system*.sh" - "tools/ci/test_build_system*.py"