Skip to content

Commit

Permalink
fix filtering for git tags
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanshoover committed Mar 20, 2019
1 parent 29ccd29 commit 56f65e3
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,11 +124,7 @@ jobs:
workflows:
version: 2
test:
jobs:
- test

deploy:
test-deploy:
jobs:
- test
- build_deploy:
Expand All @@ -137,10 +133,6 @@ workflows:
- test
filters:
tags:
ignore:
- /.*pre.*/
- /.*dev.*/
- /.*alpha.*/
- /.*beta.*/
only: /[\d\.]*/
branches:
ignore: /.*/

0 comments on commit 56f65e3

Please sign in to comment.