Skip to content

Commit 01fd526

Browse files
authored
Update rust-release-update.yml
Signed-off-by: whisprer <133140193+whisprer@users.noreply.github.com>
1 parent 09a17f3 commit 01fd526

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.github/workflows/rust-release-update.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
1-
name: Build and Release (Cross-Platform)
1+
name: Build and Release
22

33
on:
44
push:
5-
branches:
6-
- main
7-
paths:
8-
- "src/**"
9-
- "Cargo.toml"
5+
tags:
6+
- 'v*'
107
workflow_dispatch:
8+
inputs:
9+
reason:
10+
description: 'Reason for manual run'
11+
required: false
1112

1213
jobs:
1314
build:

0 commit comments

Comments
 (0)