Test: run on changes to go.mod & go.sum (#174)

This commit is contained in:
Loyalsoldier
2020-09-09 13:56:17 +08:00
committed by GitHub
parent 0a793e28fb
commit c4d46e776f
+4
View File
@@ -5,11 +5,15 @@ on:
branches: [master]
paths:
- "**/*.go"
- "go.mod"
- "go.sum"
pull_request:
branches: [master]
types: [opened, synchronize, reopened]
paths:
- "**/*.go"
- "go.mod"
- "go.sum"
jobs:
test: