Skip to content

Commit

Permalink
Merge pull request #1325 from dusk-network/test-wallet-ci
Browse files Browse the repository at this point in the history
Fix run path ignore on CI
  • Loading branch information
ZER0 authored Feb 2, 2024
2 parents 1ee4055 + ab67e8e commit 1138047
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/dusk_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ on:
- synchronize
- reopened
- ready_for_review
paths-ignore:
- "web-wallet/**"
paths:
- "**"
- "!web-wallet/**"

name: Continuous integration

Expand Down

0 comments on commit 1138047

Please sign in to comment.