From 5939b4b9d9bdf10b17b94ac7bafbb0275fb926f7 Mon Sep 17 00:00:00 2001 From: Kevin Davis Date: Tue, 22 Oct 2019 13:56:03 -0400 Subject: [PATCH] fix: circleci for master branch --- .circleci/config.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 809a939d..bb93ea28 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -116,7 +116,4 @@ workflows: # These filters ensure that the long sim only runs during release filters: branches: - ignore: /.*/ - tags: - only: - - /^v.*/ \ No newline at end of file + only: "master" \ No newline at end of file