Skip to content

Commit 14dff15

Browse files
committed
chore: skip contracts testing when unrelated workspaces are modified
1 parent 0631781 commit 14dff15

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/contracts-testing.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,20 @@ on:
66
push:
77
branches:
88
- master
9+
- dev
10+
paths-ignore:
11+
- "kleros-sdk/**"
12+
- "services/**"
13+
- "subgraph/**"
14+
- "web/**"
915
pull_request:
1016
branches:
1117
- "*"
18+
paths-ignore:
19+
- "kleros-sdk/**"
20+
- "services/**"
21+
- "subgraph/**"
22+
- "web/**"
1223

1324
permissions: # added using https://github.com/step-security/secure-workflows
1425
contents: read

0 commit comments

Comments
 (0)