From 6a47e5b9ab97f3ecc96778ba176984f115da4d4e Mon Sep 17 00:00:00 2001 From: JohnnyRevay <65253638+jan-revay@users.noreply.github.com> Date: Wed, 18 Oct 2023 01:16:44 +0200 Subject: [PATCH] containers.yml - change * to ** --- .github/workflows/containers.yml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/.github/workflows/containers.yml b/.github/workflows/containers.yml index eafb90562..274e33b4c 100644 --- a/.github/workflows/containers.yml +++ b/.github/workflows/containers.yml @@ -8,6 +8,7 @@ name: Containers # TODO - problem - changes in e.g. Kali Linux will thanks to the matrix trigger CI pipeline also for Debian etc. which might not be needed # TODO add correct trigger paths (e.g. for PopOS etc.) # TODO output of try_platform for Ubuntu does not show in logs +# TODO change * to ** in all workflows (to support nested directories) on: push: @@ -15,21 +16,21 @@ on: paths: # TODO add relevant paths - 'run_init.sh' - 'prelude.sh' - - 'CommonInitScripts/*.sh*' + - 'CommonInitScripts/**.sh*' - '.github/workflows/containers.yml' - - 'WSL_Ubuntu_22.04/*.sh' - - 'WSL_Debian_12/*.sh' - - 'Kali_latest_TUI/*.sh' + - 'WSL_Ubuntu_22.04/**.sh' + - 'WSL_Debian_12/**.sh' + - 'Kali_latest_TUI/**.sh' pull_request: branches: [ "devel", "testing", "stable", "minimal" ] paths: - 'run_init.sh' - 'prelude.sh' - - 'CommonInitScripts/*.sh*' + - 'CommonInitScripts/**.sh*' - '.github/workflows/containers.yml' - - 'WSL_Ubuntu_22.04/*.sh' - - 'WSL_Debian_12/*.sh' - - 'Kali_latest_TUI/*.sh' + - 'WSL_Ubuntu_22.04/**.sh' + - 'WSL_Debian_12/**.sh' + - 'Kali_latest_TUI/**.sh' jobs: distro-test: