Skip to content

Commit 555ffd4

Browse files
committed
adding go.mod and go.sum to test workflow
1 parent fec9fc6 commit 555ffd4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/tests.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,17 @@ on:
22
pull_request:
33
paths:
44
- "**.go"
5+
- "go.mod"
6+
- "go.sum"
57

68
push:
79
branches:
810
- "main"
911
paths:
1012
- ".github/workflows/tests.yaml"
1113
- "**.go"
14+
- "go.mod"
15+
- "go.sum"
1216

1317
jobs:
1418
tests:

0 commit comments

Comments
 (0)