Only trigger Appveyor on release (#2165)

This commit is contained in:
Vincent Boivin 2021-01-05 22:59:08 -05:00 committed by GitHub
parent 3ed9ba2f7f
commit fb69b4172d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,6 +6,8 @@ branches:
- /ci.*/
- /stable.*/
skip_non_tags: true
init:
- ps: $env:commit = $env:appveyor_repo_commit.SubString(0,8)