aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/go.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/go.yml')
-rw-r--r--.github/workflows/go.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml
index e6ecd2f9..02e231a3 100644
--- a/.github/workflows/go.yml
+++ b/.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"