Skip to content

Commit

Permalink
Merge pull request #28458 from ProvableHQ/fix/release-ci-linux-musl
Browse files Browse the repository at this point in the history
[Feat] Add tag dispatch to CI
  • Loading branch information
d0cd authored Nov 20, 2024
2 parents 8a8f565 + 45f67ba commit d4651d5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
tags:
- 'v*.*.*'
workflow_dispatch:
inputs:
tag:
description: 'Tag to run CI on'
required: true

env:
RUST_BACKTRACE: 0
Expand Down

0 comments on commit d4651d5

Please sign in to comment.