修改触发
All checks were successful
Rust Cross-Compile and Release / build_and_release (push) Successful in 7m53s
All checks were successful
Rust Cross-Compile and Release / build_and_release (push) Successful in 7m53s
This commit is contained in:
7
.github/workflows/release.yml
vendored
7
.github/workflows/release.yml
vendored
@@ -1,9 +1,10 @@
|
|||||||
name: Release
|
name: Release
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
workflow_dispatch:
|
||||||
tags:
|
# push:
|
||||||
- "v*.*.*"
|
# tags:
|
||||||
|
# - "v*.*.*"
|
||||||
|
|
||||||
env:
|
env:
|
||||||
CARGO_TERM_COLOR: always
|
CARGO_TERM_COLOR: always
|
||||||
|
|||||||
Reference in New Issue
Block a user