Skip to content
This repository was archived by the owner on Jul 24, 2024. It is now read-only.

Commit 1e4bba8

Browse files
committed
v3.5.0: Filter branch for appveyor
1 parent 8e09b74 commit 1e4bba8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

appveyor.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
branches:
33
only:
44
- release
5+
- /v\d\.\d\.\d/
6+
except:
7+
- master
58

69
os: Visual Studio 2013
710

@@ -70,7 +73,6 @@
7073
auth_token:
7174
secure: IZIifH990iABY3PQUtkRscTU/NOyYYwptGB6B1y2b618vpphV/2KD/4IWJzSAYAi
7275
on:
73-
branch: release # release from master branch only
7476
appveyor_repo_tag: true # deploy on tag push only
7577

7678
-

0 commit comments

Comments
 (0)