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

pull/2728/head^2
Loyalsoldier 2020-09-09 13:56:17 +08:00 committed by GitHub
parent 0a793e28fb
commit c4d46e776f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

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: