diff options
author | ᴜɴᴋɴᴡᴏɴ <u@gogs.io> | 2020-10-04 08:56:46 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-04 08:56:46 +0800 |
commit | cf86546dff822cfc316832ed61deaf2c28880447 (patch) | |
tree | 03976eea7ea74d48cb872c0894173dee9576f05f /.github | |
parent | 8e028c32d4c3a283fbb9ab203ee328f342d040b1 (diff) |
ci: change of Go dependencies needs go test (#6368)
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/go.yml | 3 |
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" |