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

Commit

Permalink
use regex for master or release
Browse files Browse the repository at this point in the history
  • Loading branch information
justcoding121 committed Jan 6, 2016
1 parent 370a9b8 commit 4ac7568
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,19 +56,9 @@ deploy:
auth_token:
secure: ItVm+50ASpDXx1w+FCe2NTpZxqCbjRWfugLjk/bqBIi00DvPnSGOV1rIQ5hnwBW3
on:
branch: master
branch: /(master|release)/
- provider: NuGet
api_key:
secure: ZbRmjOcp+TDllRV1wxqLZjdRV7hld388rXlWVJuGGiQleomP9Ku+Nsy3a75E7/9k
on:
branch: master
- provider: GitHub
auth_token:
secure: ItVm+50ASpDXx1w+FCe2NTpZxqCbjRWfugLjk/bqBIi00DvPnSGOV1rIQ5hnwBW3
on:
branch: release
- provider: NuGet
api_key:
secure: ZbRmjOcp+TDllRV1wxqLZjdRV7hld388rXlWVJuGGiQleomP9Ku+Nsy3a75E7/9k
on:
branch: release
branch: /(master|release)/

0 comments on commit 4ac7568

Please sign in to comment.