mirror of
https://github.com/zellij-org/zellij.git
synced 2024-12-23 01:01:30 +03:00
feat(ci): add CI trigger for manual builds
This commit is contained in:
parent
8caef17ba6
commit
ad7fcb5717
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -3,6 +3,8 @@ on:
|
||||
push:
|
||||
tags:
|
||||
- 'v*.*.*'
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
build-release:
|
||||
needs: create-release
|
||||
|
@ -1,4 +1,4 @@
|
||||
[toolchain]
|
||||
channel = "nightly-2021-04-23"
|
||||
channel = "beta"
|
||||
components = ["rustfmt", "clippy", "rust-analysis"]
|
||||
targets = ["wasm32-wasi"]
|
||||
|
Loading…
Reference in New Issue
Block a user