mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-01-31 04:25:39 +00:00
Updated workflow trigger paths [skip ci]
This commit is contained in:
parent
656f94a130
commit
c01c8c1a9d
8
.github/workflows/main-selfhosted.yml
vendored
8
.github/workflows/main-selfhosted.yml
vendored
|
@ -4,6 +4,14 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- '.github/workflows/**'
|
||||
- 'emu-configs/**'
|
||||
- 'es-configs/**'
|
||||
- 'rd-submodules/**'
|
||||
- '*.sh'
|
||||
- 'net.retrodeck.retrodeck.yml'
|
||||
- 'net.retrodeck.retrodeck.appdata.xml'
|
||||
pull_request:
|
||||
branches:
|
||||
- main
|
||||
|
|
Loading…
Reference in a new issue