Skip to content

Commit 4431149

Browse files
ci: trigger sdk tests when subgraph is modified to ensure backward compatibility
1 parent 0be8de3 commit 4431149

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/sdk-ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ on:
66
- '*'
77
paths:
88
- 'packages/sdk/**'
9+
# also trigger sdk tests when subgraph is modified to ensure backward compatibility
10+
- 'packages/subgraph/**'
911

1012
concurrency:
1113
group: ${{ github.ref }}-sdk-ci

0 commit comments

Comments
 (0)