feat(ci): add CI trigger for manual builds

This commit is contained in:
Brooks Rady 2021-04-26 19:06:27 +01:00 committed by GitHub
commit f0ff0170d2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 1 deletions

View file

@ -3,6 +3,8 @@ on:
push:
tags:
- 'v*.*.*'
workflow_dispatch:
jobs:
build-release:
needs: create-release

View file

@ -1,4 +1,4 @@
[toolchain]
channel = "nightly-2021-04-23"
channel = "beta"
components = ["rustfmt", "clippy", "rust-analysis"]
targets = ["wasm32-wasi"]