feat(ci): add CI trigger for manual builds

This commit is contained in:
Brooks J Rady 2021-04-26 18:58:42 +01:00
parent 8caef17ba6
commit ad7fcb5717
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"]