Fix: pipelines triggering [skip ci]

This commit is contained in:
XargonWan 2023-09-04 15:10:12 +02:00
parent db59cde08d
commit 45cca6a765
2 changed files with 4 additions and 4 deletions

View file

@ -6,10 +6,10 @@ on:
- cooker* - cooker*
paths: paths:
- '.github/workflows/**' - '.github/workflows/**'
- 'automation_tools' - 'automation_tools/**'
- 'emu-configs/**' - 'emu-configs/**'
- 'es-configs/**' - 'es-configs/**'
- 'functions' - 'functions/**'
- 'rd-submodules/**' - 'rd-submodules/**'
- '*.sh' - '*.sh'
- 'net.retrodeck.retrodeck.yml' - 'net.retrodeck.retrodeck.yml'

View file

@ -6,10 +6,10 @@ on:
- main - main
paths: paths:
- '.github/workflows/**' - '.github/workflows/**'
- 'automation_tools' - 'automation_tools/**'
- 'emu-configs/**' - 'emu-configs/**'
- 'es-configs/**' - 'es-configs/**'
- 'functions' - 'functions/**'
- 'rd-submodules/**' - 'rd-submodules/**'
- '*.sh' - '*.sh'
- 'net.retrodeck.retrodeck.yml' - 'net.retrodeck.retrodeck.yml'