Skip to content

Commit d4b1559

Browse files
committed
Fix paths in Mina workflow trigger
1 parent fc8f1d4 commit d4b1559

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/test-mina.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ on:
77
pull_request:
88
branches: ["*"]
99
paths:
10-
- 'operator/sp1/**'
10+
- 'operator/mina/**'
11+
- 'operator/mina_account/**'
1112
- '.github/workflows/test-mina.yml'
1213

1314
jobs:

0 commit comments

Comments
 (0)