From 2a30e2d7095b24f9c8295546d7d3a38973894619 Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Thu, 16 Oct 2025 23:41:24 +0200 Subject: [PATCH] fix ci to build rootshell if installer changed --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 44a3f84..5c9562c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -205,7 +205,7 @@ jobs: if-no-files-found: error build_rootshell: - if: needs.files_changed.outputs.rootshell_changed != '0' + if: needs.files_changed.outputs.rootshell_changed != '0' || needs.files_changed.outputs.installer_changed != '0' needs: - check_and_test - files_changed