Skip to content

Commit

Permalink
Fix CircleCI deploy filter
Browse files Browse the repository at this point in the history
  • Loading branch information
sampaiodiego committed Nov 29, 2017
1 parent 5df1ca9 commit cc33d0a
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -283,8 +283,7 @@ workflows:
- test-without-oplog
filters:
branches:
only:
- develop
only: develop
tags:
only:
- "/^\\d+\\.\\d+\\.\\d+(-rc\\.\\d+)?$/"
only: /^[0-9]+\.[0-9]+\.[0-9]+(-rc\.[0-9]+)?$/

0 comments on commit cc33d0a

Please sign in to comment.