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*
paths:
- '.github/workflows/**'
- 'automation_tools'
- 'automation_tools/**'
- 'emu-configs/**'
- 'es-configs/**'
- 'functions'
- 'functions/**'
- 'rd-submodules/**'
- '*.sh'
- 'net.retrodeck.retrodeck.yml'

View file

@ -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'