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 20, 2020
1 parent 89fc2f8 commit d531646
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -341,6 +341,11 @@ workflows:
- docker-minor:
requires:
- approval-docker-minor
filters:
branches:
ignore: /.*/
tags:
only: /^v\d*\.\d*\.\d*$/
- approval-docker-latest:
type: approval
filters:
Expand All @@ -353,3 +358,8 @@ workflows:
- docker-latest:
requires:
- approval-docker-latest
filters:
branches:
ignore: /.*/
tags:
only: /^v\d*\.\d*\.\d*$/

0 comments on commit d531646

Please sign in to comment.