From 16f72e30f4851040f8e3b3e81324a9767b50a94b Mon Sep 17 00:00:00 2001 From: Lachlan Sneff Date: Fri, 8 Mar 2019 15:06:39 -0800 Subject: [PATCH] Just build trying and staging branches --- .circleci/config.yml | 35 ++++++++++++++++++++--------------- 1 file changed, 20 insertions(+), 15 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c5ea7e219..aca9afd1c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -310,25 +310,30 @@ workflows: jobs: - lint - test: - filters: - branches: - ignore: master + branches: + only: + - trying + - staging - test-macos: - filters: - branches: - ignore: master + branches: + only: + - trying + - staging - test-and-build: - filters: - branches: - only: master + branches: + only: + - trying + - staging - test-and-build-macos: - filters: - branches: - only: master + branches: + only: + - trying + - staging - test-rust-nightly: - filters: - branches: - only: master + branches: + only: + - trying + - staging - publish-github-release: requires: - lint