Skip to content

Commit

Permalink
Merge pull request #8972 from RocketChat/fix-deploy-filter
Browse files Browse the repository at this point in the history
Fix CircleCI deploy filter
  • Loading branch information
sampaiodiego authored Nov 29, 2017
2 parents 5df1ca9 + cc33d0a commit ff87097
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 ff87097

Please sign in to comment.