diff --git a/.circleci/config.yml b/.circleci/config.yml index 78a659149..a596555c1 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -51,7 +51,7 @@ workflows: - lint - test - approve-run-integration-tests - - approve-release: + - approve-pre-release: requires: - lint - test @@ -63,7 +63,7 @@ workflows: context: - github-repo requires: - - approve-release + - approve-pre-release filters: branches: only: "/release-.*/"