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

pull/2728/head^2
Loyalsoldier 4 years ago committed by GitHub
parent 0a793e28fb
commit c4d46e776f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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:

Loading…
Cancel
Save