Skip to content

Commit

Permalink
CI: fix waterbox path condition
Browse files Browse the repository at this point in the history
  • Loading branch information
Morilli committed Jun 2, 2024
1 parent 7164763 commit 5dba95b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/make.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 5dba95b

Please sign in to comment.