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