From b9a20be18389febdfc1425e30e4fe9367f526542 Mon Sep 17 00:00:00 2001 From: Adam Grohs Date: Fri, 12 Apr 2019 10:23:07 -0500 Subject: [PATCH] fix: updated to run release on master branch --- .circleci/config.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 40933f0..d081f89 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -42,8 +42,7 @@ workflows: - release: filters: branches: - only: - - release - - /rc-.*/ + only: + - master requires: - test \ No newline at end of file