Skip to content

Commit

Permalink
v1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Samir Musali committed Jul 19, 2019
1 parent f2902df commit 3114a14
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,12 @@ workflows:
version: 2
build_windows:
jobs:
- test
- test:
filters:
tags:
only: /[0-9]+\.[0-9]+\.[0-9]+(\.[0-9]+)?/
branches:
ignore: /.*/
- build_windows:
requires:
- test
Expand All @@ -176,6 +181,11 @@ workflows:
- push_to_choco:
requires:
- build_windows
filters:
tags:
only: /[0-9]+\.[0-9]+\.[0-9]+(\.[0-9]+)?/
branches:
ignore: /.*/
build-tags:
jobs:
- image-build:
Expand Down

0 comments on commit 3114a14

Please sign in to comment.