Skip to content

Commit

Permalink
Fix paths in Mina workflow trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielbosio committed Oct 8, 2024
1 parent fc8f1d4 commit d4b1559
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-mina.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ on:
pull_request:
branches: ["*"]
paths:
- 'operator/sp1/**'
- 'operator/mina/**'
- 'operator/mina_account/**'
- '.github/workflows/test-mina.yml'

jobs:
Expand Down

0 comments on commit d4b1559

Please sign in to comment.