Skip to content

Commit

Permalink
revert config change
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesaimonetti committed Mar 25, 2020
1 parent ec90a71 commit 3a55c89
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,14 @@ workflows:
ignore: /.*/
requires:
- build
- release:
filters:
tags:
only: /^\d+\.\d+\.\d+$/
branches:
ignore: /.*/
requires:
- build
- build_centos7:
filters:
tags:
Expand All @@ -104,7 +112,7 @@ workflows:
- checks
- docs
- analyze

- release
defaults: &defaults
docker:
- image: offical2600hz/circleci:19.3.6.13
Expand Down

0 comments on commit 3a55c89

Please sign in to comment.