aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 5cc9de2d..d906ec1e 100644
--- a/.github/workflows/go.yml
+++ b/.github/workflows/go.yml
@@ -3,6 +3,9 @@ on:
push:
paths:
- '**.go'
+ pull_request:
+ paths:
+ - '**.go'
env:
GOPROXY: "https://proxy.golang.org"