Skip to content
This repository was archived by the owner on Nov 18, 2023. It is now read-only.

Commit 93b5ad9

Browse files
authored
Update go.yml
1 parent a687a24 commit 93b5ad9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/go.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Go
2-
on: [push]
2+
on: [push, pull_request]
33
jobs:
44

55
build:
@@ -18,7 +18,7 @@ jobs:
1818

1919
- name: Get dependencies
2020
run: |
21-
go get -v -t -d ./...
21+
#go get -v -t -d ./...
2222
if [ -f Gopkg.toml ]; then
2323
curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh
2424
dep ensure

0 commit comments

Comments
 (0)