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