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'