CI: fix waterbox path condition

This commit is contained in:
Morilli 2024-06-02 22:20:28 +02:00
parent 7164763e2f
commit 5dba95bb44
1 changed files with 2 additions and 2 deletions

View File

@ -3,10 +3,10 @@ name: Build Emulation Cores
on:
pull_request:
branches: [ "master" ]
paths: [ "waterbox/*" ]
paths: [ "waterbox/**" ]
push:
branches: [ "master" ]
paths: [ "waterbox/*" ]
paths: [ "waterbox/**" ]
workflow_dispatch:
concurrency: