From 5e52a54cc4760c0e391706cdd89018b3bacbbd52 Mon Sep 17 00:00:00 2001 From: rfaircloth-splunk Date: Wed, 5 Feb 2020 21:03:03 -0500 Subject: [PATCH] Update config.yml --- .circleci/config.yml | 23 +++++++++++++++++------ 1 file changed, 17 insertions(+), 6 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c231a60..66d03dc 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -265,13 +265,24 @@ workflows: type: approval requires: - build-sc4s-3-25-1 -# - test-sc4s-3-25-1-splunk-8-0 -# filters: -# branches: -# only: -# - develop - - publish-edge: + #- test-sc4s-3-25-1-splunk-8-0 + filters: + branches: + only: + - develop + - publish-develop: requires: - publish-pre-gh-develop + - publish-pre-gh-latest: + type: approval + requires: + - test-sc4s-3-25-1-splunk-8-0 + filters: + branches: + only: + - master + - publish-latest: + requires: + - publish-pre-gh-latest