Remove `branch: master` from AppVeyor deploy

It looks like Windows releases aren't getting build for wasm-pack tags
unfortunately and taking a look at the [last logs][logs] it looks like the
reason is that the `master` branch is required. I'm not actually entirely sure
what's required here but by removing this it's closer to `wasm-bindgen`'s
configuration which I think is working!

[logs]: https://ci.appveyor.com/project/ashleygwilliams/wasm-pack-071k0/build/1.0.72
master
Alex Crichton 7 years ago
parent 2ef929dc91
commit c70652657b
  1. 1
      .appveyor.yml

@ -31,5 +31,4 @@ deploy:
autho_token:
secure: iHsRUqwGf/Zh7OuYpHOWQL8buaOL+c8/6kXLRly8V2j0LCUo7CcDs0NxQ0vl2bhZ
on:
branch: master
appveyor_repo_tag: true

Loading…
Cancel
Save