Merge pull request #8972 from RocketChat/fix-deploy-filter

Fix CircleCI deploy filter
pull/8973/head 0.59.5
Diego Sampaio 8 years ago committed by GitHub
commit ff87097998
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      .circleci/config.yml

@ -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]+)?$/

Loading…
Cancel
Save