Skip to content

Commit

Permalink
Fix AppVeyor deployment webhook
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel15 committed Dec 2, 2016
1 parent f49c577 commit 1ea09c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ environment:
branches:
only:
- master
- /.*-stable/
- /v[0-9]+(\.[0-9]+)*/

install:
- ps: Install-Product node $env:node_version
Expand Down Expand Up @@ -44,5 +44,5 @@ deploy:
authorization:
secure: uH4c9HNDdRuL4omqqbTtBq3KgzjGTFmpvPdiNuk9391Z0YXRoRLA1Ptpa3seZ0Pt
on:
branch: /^.*-stable$/
branch: /v[0-9]+(\.[0-9]+)*/
appveyor_repo_tag: true

0 comments on commit 1ea09c2

Please sign in to comment.