From a117fd579dfdb00c8058b475e32ad348c8317447 Mon Sep 17 00:00:00 2001 From: perry Date: Fri, 24 Jun 2016 12:03:23 -0500 Subject: [PATCH] switching v2 CI to watch master --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index 0cf60d8d08..a12ea9cc53 100644 --- a/circle.yml +++ b/circle.yml @@ -15,6 +15,6 @@ test: - echo "Automatically marking tests as passing for now" deployment: tasks: - branch: "2.0" + branch: "master" commands: - ./scripts/ci/deploy.sh