CI: edit mame path condition
i believe the musl/** condition didn't work because musl is a submodule
This commit is contained in:
parent
0272f7e44b
commit
04949a10b3
|
@ -3,10 +3,10 @@ name: Build mame (waterbox)
|
|||
on:
|
||||
pull_request:
|
||||
branches: [ "master" ]
|
||||
paths: [ "waterbox/emulibc/**", "waterbox/libco/**", "waterbox/libcxx/**", "waterbox/musl/**", "waterbox/*", "waterbox/mame-arcade/**" ]
|
||||
paths: [ "waterbox/emulibc/**", "waterbox/libco/**", "waterbox/libcxx/**", "waterbox/*", "waterbox/mame-arcade/**" ]
|
||||
push:
|
||||
branches: [ "master" ]
|
||||
paths: [ "waterbox/emulibc/**", "waterbox/libco/**", "waterbox/libcxx/**", "waterbox/musl/**", "waterbox/*", "waterbox/mame-arcade/**" ]
|
||||
paths: [ "waterbox/emulibc/**", "waterbox/libco/**", "waterbox/libcxx/**", "waterbox/*", "waterbox/mame-arcade/**" ]
|
||||
workflow_dispatch:
|
||||
|
||||
concurrency:
|
||||
|
|
Loading…
Reference in New Issue