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

Commit 62df701

Browse files
committed
use regex for master or release
1 parent 794d202 commit 62df701

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

appveyor.yml

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -56,19 +56,9 @@ deploy:
5656
auth_token:
5757
secure: ItVm+50ASpDXx1w+FCe2NTpZxqCbjRWfugLjk/bqBIi00DvPnSGOV1rIQ5hnwBW3
5858
on:
59-
branch: master
59+
branch: /(master|release)/
6060
- provider: NuGet
6161
api_key:
6262
secure: ZbRmjOcp+TDllRV1wxqLZjdRV7hld388rXlWVJuGGiQleomP9Ku+Nsy3a75E7/9k
6363
on:
64-
branch: master
65-
- provider: GitHub
66-
auth_token:
67-
secure: ItVm+50ASpDXx1w+FCe2NTpZxqCbjRWfugLjk/bqBIi00DvPnSGOV1rIQ5hnwBW3
68-
on:
69-
branch: release
70-
- provider: NuGet
71-
api_key:
72-
secure: ZbRmjOcp+TDllRV1wxqLZjdRV7hld388rXlWVJuGGiQleomP9Ku+Nsy3a75E7/9k
73-
on:
74-
branch: release
64+
branch: /(master|release)/

0 commit comments

Comments
 (0)