From c74ef27fa224218bc1a4dc900c8ccd1fe3b57f97 Mon Sep 17 00:00:00 2001 From: thatcosmonaut <2342303+thatcosmonaut@users.noreply.github.com> Date: Thu, 27 Jun 2019 17:18:10 -0700 Subject: [PATCH] Update config.yml --- .circleci/config.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 0ac7db8..58c44c3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -32,7 +32,10 @@ workflows: version: 2 test_and_deploy: jobs: - - test + - test: + filters: + branches: + only: /.*/ - deploy: requires: - test