Merge pull request #28458 from ProvableHQ/fix/release-ci-linux-musl

[Feat] Add tag dispatch to CI
This commit is contained in:
d0cd 2024-11-19 17:23:49 -08:00 committed by GitHub
commit d4651d5ab5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,6 +4,10 @@ on:
tags:
- 'v*.*.*'
workflow_dispatch:
inputs:
tag:
description: 'Tag to run CI on'
required: true
env:
RUST_BACKTRACE: 0