Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rfaircloth-splunk committed Feb 6, 2020
1 parent d6999d4 commit 5e52a54
Showing 1 changed file with 17 additions and 6 deletions.
23 changes: 17 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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


0 comments on commit 5e52a54

Please sign in to comment.