Only run Windows CI on master branch
Signed-off-by: Kenfe-Mickael Laventure <mickael.laventure@gmail.com>
This commit is contained in:
parent
aeab935572
commit
2eaac7103b
@ -4,6 +4,10 @@ image: Visual Studio 2017
|
|||||||
|
|
||||||
clone_folder: c:\gopath\src\github.com\containerd\containerd
|
clone_folder: c:\gopath\src\github.com\containerd\containerd
|
||||||
|
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- master
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
GOPATH: C:\gopath
|
GOPATH: C:\gopath
|
||||||
CGO_ENABLED: 1
|
CGO_ENABLED: 1
|
||||||
|
Loading…
Reference in New Issue
Block a user