Don't skip branch builds on appveyor

This commit is contained in:
Max Brunsfeld 2019-01-17 13:36:35 -08:00
parent c27f776d41
commit 64fa721779

View file

@ -25,11 +25,6 @@ test_script:
- set TREE_SITTER_TEST=1
- script\test.cmd
branches:
only:
- master
- /\d+\.\d+\.\d+.*/
before_deploy:
- move target\release\tree-sitter.exe tree-sitter.exe
- 7z a -tgzip tree-sitter-windows-%PLATFORM%.gz tree-sitter.exe