From 22ce7a60347b949c8d786af08d019d7d493e9ad6 Mon Sep 17 00:00:00 2001 From: perry Date: Thu, 28 Jan 2016 16:44:21 -0600 Subject: [PATCH] chore(automation): tell circle CI to run on the v2 branch --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index f5db1c4584..6530fdd846 100644 --- a/circle.yml +++ b/circle.yml @@ -3,6 +3,6 @@ test: - echo "Automatically marking tests as passing for now" deployment: tasks: - branch: master + branch: 2.0 commands: - ./scripts/ci/deploy.sh