CI: edit mame path condition

i believe the musl/** condition didn't work because musl is a submodule
This commit is contained in:
Morilli 2025-03-20 21:18:11 +01:00
parent 0272f7e44b
commit 04949a10b3
1 changed files with 2 additions and 2 deletions

View File

@ -3,10 +3,10 @@ name: Build mame (waterbox)
on: on:
pull_request: pull_request:
branches: [ "master" ] 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: push:
branches: [ "master" ] 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: workflow_dispatch:
concurrency: concurrency: