From 45cca6a765d5eb097ed7fe3918fe5bd0422a2ecc Mon Sep 17 00:00:00 2001 From: XargonWan Date: Mon, 4 Sep 2023 15:10:12 +0200 Subject: [PATCH] Fix: pipelines triggering [skip ci] --- .github/workflows/cooker-selfhosted.yml | 4 ++-- .github/workflows/main-selfhosted.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cooker-selfhosted.yml b/.github/workflows/cooker-selfhosted.yml index 4e74e67b..f198a60e 100644 --- a/.github/workflows/cooker-selfhosted.yml +++ b/.github/workflows/cooker-selfhosted.yml @@ -6,10 +6,10 @@ on: - cooker* paths: - '.github/workflows/**' - - 'automation_tools' + - 'automation_tools/**' - 'emu-configs/**' - 'es-configs/**' - - 'functions' + - 'functions/**' - 'rd-submodules/**' - '*.sh' - 'net.retrodeck.retrodeck.yml' diff --git a/.github/workflows/main-selfhosted.yml b/.github/workflows/main-selfhosted.yml index d097cb7a..ab6fa4e8 100644 --- a/.github/workflows/main-selfhosted.yml +++ b/.github/workflows/main-selfhosted.yml @@ -6,10 +6,10 @@ on: - main paths: - '.github/workflows/**' - - 'automation_tools' + - 'automation_tools/**' - 'emu-configs/**' - 'es-configs/**' - - 'functions' + - 'functions/**' - 'rd-submodules/**' - '*.sh' - 'net.retrodeck.retrodeck.yml'