Browse Source

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

Loyalsoldier 5 years ago
parent
commit
c4d46e776f
1 changed files with 4 additions and 0 deletions
  1. 4 0
      .github/workflows/test.yml

+ 4 - 0
.github/workflows/test.yml

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