CI: fix waterbox path condition
This commit is contained in:
parent
7164763e2f
commit
5dba95bb44
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue