Skip to content

Commit

Permalink
retry filter
Browse files Browse the repository at this point in the history
  • Loading branch information
warrensbox committed May 26, 2018
1 parent 7ff589d commit b8280ed
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,15 +83,15 @@ workflows:
- develop-master:
requires:
- test
filters:
branches:
only:
- master
filters:
branches:
only:
- master
- release:
requires:
- develop-master
filters:
branches:
only:
- release
filters:
branches:
only:
- release

0 comments on commit b8280ed

Please sign in to comment.