Skip to content

Commit e34ada8

Browse files
author
Jos Hickson
authored
Deploy only when building tag
1 parent 173bee3 commit e34ada8

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

appveyor.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
image: Visual Studio 2017
22

3-
skip_tags: true
4-
53
install:
64
- cinst msys2
75
- set PATH=C:\msys64\usr\bin;%PATH%
@@ -24,5 +22,4 @@ deploy:
2422
api_key:
2523
secure: vrX7uDkbJriNmYo0JBoY5/UZu22Cxx/a/omaF+X824kAMFvNXODTFPqXqT3le8Nu
2624
on:
27-
branch:
28-
- /release\/[0-9]\.[0-9]/
25+
appveyor_repo_tag: true

0 commit comments

Comments
 (0)