mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-25 15:35:38 +00:00
Updated cooker workflow trigger paths [skip ci]
This commit is contained in:
parent
f099a842f7
commit
d902f08b47
8
.github/workflows/cooker-selfhosted.yml
vendored
8
.github/workflows/cooker-selfhosted.yml
vendored
|
@ -4,6 +4,14 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- cooker*
|
||||
paths:
|
||||
- '.github/workflows/**'
|
||||
- 'emu-configs/**'
|
||||
- 'es-configs/**'
|
||||
- 'rd-submodules/**'
|
||||
- '*.sh'
|
||||
- 'net.retrodeck.retrodeck.yml'
|
||||
- 'net.retrodeck.retrodeck.appdata.xml'
|
||||
pull_request:
|
||||
branches:
|
||||
- cooker*
|
||||
|
|
Loading…
Reference in a new issue