Skip to content

Commit

Permalink
Updated CircleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
koblas committed Jul 3, 2020
1 parent 7feac4c commit efd9444
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,13 @@ workflows:
- test:
filters:
tags:
only: /^v.*/
only: /^v?\d+\..*/

- deploy:
requires:
- test
filters:
tags:
only: /^v.*/
only: /^v?\d+\..*/
branches:
ignore: /.*/

0 comments on commit efd9444

Please sign in to comment.