Fix CircleCI deploy filter

pull/8972/head
Diego Sampaio 8 years ago
parent 5df1ca9d32
commit cc33d0a5d7
No known key found for this signature in database
GPG Key ID: E060152B30502562
  1. 7
      .circleci/config.yml

@ -283,8 +283,7 @@ workflows:
- test-without-oplog - test-without-oplog
filters: filters:
branches: branches:
only: only: develop
- develop
tags: tags:
only: only: /^[0-9]+\.[0-9]+\.[0-9]+(-rc\.[0-9]+)?$/
- "/^\\d+\\.\\d+\\.\\d+(-rc\\.\\d+)?$/"

Loading…
Cancel
Save