Skip to content

Commit 5911e9e

Browse files
committed
fix(ci): run tests when dependencies change
1 parent fb9494f commit 5911e9e

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
44
pull_request:
55
paths:
66
- '**.go'
7+
- 'go.mod'
8+
- 'go.sum'
79

810
jobs:
911
platform-tests:

0 commit comments

Comments
 (0)