From 9f7f1f7ac1cbd49003e9cac87767f42905d46609 Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Mon, 1 Jul 2024 12:35:45 +0200 Subject: [PATCH] ci: test `installer` whenever `installer/` is touched ... even if it is in a subdirectory, such as `installer/InnoSetup/`. Signed-off-by: Johannes Schindelin --- .github/workflows/main.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e13eea7238..f437f782e4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -34,6 +34,7 @@ jobs: -e '/^make-file-list\.sh$/ainstaller/' \ -e '/^make-file-list\.sh$/aportable/' \ -e '/^make-file-list\.sh$/amingit/' \ + -e 's|^\(installer/\).*|\1|' \ -e 's|[^/]*$||' | sort -u >touched.txt && show_files touched.txt &&