Skip to content
This repository was archived by the owner on Feb 24, 2025. It is now read-only.

Commit 1eeb386

Browse files
committed
chore(ci): complete the trigger for release
1 parent b89a71c commit 1eeb386

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ on:
44
push:
55
tags:
66
- 'v*'
7+
workflow_dispatch:
8+
inputs:
9+
version:
10+
description: 'Override version number (leave blank to auto-detect from Cargo.toml)'
11+
required: false
12+
default: ''
713

814
jobs:
915
build_and_release:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Rust
1+
name: Test
22

33
on:
44
push:

0 commit comments

Comments
 (0)