From eaadfb856d0ba5aa8ad9c531dfb68d267475b38c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20O=E2=80=99Shannessy?= Date: Sat, 22 Apr 2017 14:33:43 -0700 Subject: [PATCH] Don't build gh-pages branch on CircleCI (#9442) --- circle.yml | 5 ----- docs/circle.yml | 5 +++++ 2 files changed, 5 insertions(+), 5 deletions(-) create mode 100644 docs/circle.yml diff --git a/circle.yml b/circle.yml index 3b8e1bb3fa..ac02ae5704 100644 --- a/circle.yml +++ b/circle.yml @@ -1,9 +1,4 @@ --- -general: - branches: - ignore: - - gh-pages - machine: timezone: America/Los_Angeles node: diff --git a/docs/circle.yml b/docs/circle.yml new file mode 100644 index 0000000000..774c6cec66 --- /dev/null +++ b/docs/circle.yml @@ -0,0 +1,5 @@ +--- +general: + branches: + ignore: + - gh-pages