mirror of
https://github.com/ProvableHQ/leo.git
synced 2024-11-22 05:00:59 +03:00
Merge pull request #28458 from ProvableHQ/fix/release-ci-linux-musl
[Feat] Add tag dispatch to CI
This commit is contained in:
commit
d4651d5ab5
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
@ -4,6 +4,10 @@ on:
|
||||
tags:
|
||||
- 'v*.*.*'
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
tag:
|
||||
description: 'Tag to run CI on'
|
||||
required: true
|
||||
|
||||
env:
|
||||
RUST_BACKTRACE: 0
|
||||
|
Loading…
Reference in New Issue
Block a user