Skip to content

Commit

Permalink
Merge pull request #7 from sgerrand/circleci-build-tags
Browse files Browse the repository at this point in the history
CI: support building tags
  • Loading branch information
sgerrand authored Jun 21, 2020
2 parents 6bdda71 + a643cf6 commit 1f30641
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,10 @@ workflows:
version: 2
build-test-release:
jobs:
- build
- build:
filters:
tags:
only: /[0-9]+(\.[0-9]+){1,2}(\-r\d+)?$/
- release-master:
requires:
- build
Expand Down

0 comments on commit 1f30641

Please sign in to comment.