Skip to content

Commit

Permalink
Modify circleci config
Browse files Browse the repository at this point in the history
  • Loading branch information
dulltz committed Dec 7, 2018
1 parent d72b6d7 commit 4012b99
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,14 @@ workflows:
version: 2
main:
jobs:
- build
- mtest
- build:
filters:
tags:
only: /^v.*/
- mtest:
filters:
tags:
only: /^v.*/
- publish-github-release:
requires:
- build
Expand Down

0 comments on commit 4012b99

Please sign in to comment.