修改触发
Some checks failed
Release / build (aarch64, macos-latest) (push) Has been cancelled
Release / build (aarch64, ubuntu-latest) (push) Has been cancelled
Release / build (aarch64, windows-latest) (push) Has been cancelled
Release / build (x86_64, macos-latest) (push) Has been cancelled
Release / build (x86_64, ubuntu-latest) (push) Has been cancelled
Release / build (x86_64, windows-latest) (push) Has been cancelled
Release / release (push) Has been cancelled
Rust Cross-Compile and Release / build_and_release (push) Failing after 2m21s
Some checks failed
Release / build (aarch64, macos-latest) (push) Has been cancelled
Release / build (aarch64, ubuntu-latest) (push) Has been cancelled
Release / build (aarch64, windows-latest) (push) Has been cancelled
Release / build (x86_64, macos-latest) (push) Has been cancelled
Release / build (x86_64, ubuntu-latest) (push) Has been cancelled
Release / build (x86_64, windows-latest) (push) Has been cancelled
Release / release (push) Has been cancelled
Rust Cross-Compile and Release / build_and_release (push) Failing after 2m21s
This commit is contained in:
11
.github/workflows/gitea.yml
vendored
11
.github/workflows/gitea.yml
vendored
@@ -1,12 +1,11 @@
|
||||
name: Rust Cross-Compile and Release
|
||||
|
||||
# on:
|
||||
# push:
|
||||
# tags:
|
||||
# - 'v*.*.*' # 当有形如 v1.0.0 的标签被推送到仓库时触发此工作流
|
||||
|
||||
on:
|
||||
workflow_dispatch: # 启用手动触发工作流
|
||||
workflow_dispatch:
|
||||
push:
|
||||
tags:
|
||||
- 'v*.*.*' # 当有形如 v1.0.0 的标签被推送到仓库时触发此工作流
|
||||
|
||||
|
||||
jobs:
|
||||
build_and_release:
|
||||
|
||||
Reference in New Issue
Block a user