From 25d5169251a3bf503d01dc071ed55ba75478a87b Mon Sep 17 00:00:00 2001 From: Ionitron Date: Thu, 23 Mar 2017 23:03:53 -0400 Subject: [PATCH] revert circle-ci changes --- circle.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/circle.yml b/circle.yml index cc3beb19..0a8ac6b2 100644 --- a/circle.yml +++ b/circle.yml @@ -8,7 +8,6 @@ general: branches: only: - master # ignore PRs and branches - - es6-docs dependencies: pre: @@ -22,6 +21,6 @@ test: deployment: staging: - branch: es6-docs + branch: master commands: - ./scripts/docs/update_docs.sh