From f8114a8ef98ce3f779ebb42c714295f852c904f3 Mon Sep 17 00:00:00 2001 From: Luke Sanwick Date: Fri, 23 Oct 2020 10:01:26 -0700 Subject: [PATCH] ci(circleci): run release on all branches semantic-release configuration controls which branches get a release action performed --- .circleci/config.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 8422d44c1..4b29577b6 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -78,9 +78,6 @@ workflows: parameters: appraisal: ['graphql-1.9', 'graphql-1.10', 'graphql-1.11'] - release: - filters: - branches: - only: master requires: - lint - ruby-test