From aacdf0f20949ec0b418d8246cede16888e7035f1 Mon Sep 17 00:00:00 2001 From: rfaircloth-splunk Date: Wed, 19 Feb 2020 17:37:38 -0500 Subject: [PATCH] Update config.yml --- .circleci/config.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index c0f8ada..81f82f7 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -218,6 +218,11 @@ workflows: filters: branches: only: /.*/ + - approval-tag-alpha: + type: approval + filters: + branches: + only: develop - tag-alpha: requires: - approval-tag-alpha