Forráskód Böngészése

ci: change of Go dependencies needs go test (#6368)

ᴜɴᴋɴᴡᴏɴ 4 éve
szülő
commit
cf86546dff
1 módosított fájl, 3 hozzáadás és 0 törlés
  1. 3 0
      .github/workflows/go.yml

+ 3 - 0
.github/workflows/go.yml

@@ -6,9 +6,12 @@ on:
       - 'release/**'
     paths:
       - '**.go'
+      - 'go.mod'
   pull_request:
     paths:
       - '**.go'
+      - 'go.mod'
+      - '.github/workflows/go.yml'
 env:
   GOPROXY: "https://proxy.golang.org"