Skip to content

Commit

Permalink
build(.circleci): correct filters
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Grasso <me@leonardograsso.com>
  • Loading branch information
leogr authored and poiana committed Mar 31, 2020
1 parent b9739ba commit bc84f37
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,18 @@ version: 2.1
workflows:
main:
jobs:
- test
- test:
filters:
tags:
only: /v[0-9]+(\.[0-9]+)*(-.*)*/
- release:
requires:
- test
filters:
branches:
ignore: /.*/
tags:
only: /v[0-9]+(\.[0-9]+)*(-.*)*/
only: /v[0-9]+(\.[0-9]+)*(-.*)*/
jobs:
test:
docker:
Expand Down

0 comments on commit bc84f37

Please sign in to comment.