diff --git a/appveyor.yml b/appveyor.yml index 10a9f97a2b..5844ff924d 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -6,7 +6,7 @@ environment: branches: only: - master - - /.*-stable/ + - /v[0-9]+(\.[0-9]+)*/ install: - ps: Install-Product node $env:node_version @@ -44,5 +44,5 @@ deploy: authorization: secure: uH4c9HNDdRuL4omqqbTtBq3KgzjGTFmpvPdiNuk9391Z0YXRoRLA1Ptpa3seZ0Pt on: - branch: /^.*-stable$/ + branch: /v[0-9]+(\.[0-9]+)*/ appveyor_repo_tag: true