From cfb4f734dab77f8809f505e44d4c1b7f9cec3a29 Mon Sep 17 00:00:00 2001 From: Phil Estes Date: Tue, 3 Dec 2019 12:51:12 -0500 Subject: [PATCH] Make sure for next release branch appveyor runs This is already added in release/1.3 and release/1.2 was fixed with a specific branch name at some point. Signed-off-by: Phil Estes --- .appveyor.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.appveyor.yml b/.appveyor.yml index fd465a80b..712e3dde5 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -7,6 +7,7 @@ clone_folder: c:\gopath\src\github.com\containerd\containerd branches: only: - master + - /release\/.*/ environment: GOPATH: C:\gopath