appveyor.yml - exclude wip/v2 branch

This commit is contained in:
Allen Winter
2022-03-30 10:30:10 -04:00
parent fe7497ab92
commit 1354fa8a4a

View File

@@ -9,6 +9,7 @@ version: 1.0.{build}-{branch}
branches:
except:
- gh-pages
- wip/v2
# Do not build on tags (GitHub and BitBucket)
skip_tags: false