mirror of
https://github.com/tsxc-github/mzmcos--.git
synced 2025-09-10 12:57:05 +08:00
可以手动构建
This commit is contained in:
parent
a1b9a2b5de
commit
b333d28a5b
6
.github/workflows/release.yaml
vendored
6
.github/workflows/release.yaml
vendored
@ -4,6 +4,12 @@ on:
|
|||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
workflow_dispatch:
|
||||||
|
inputs:
|
||||||
|
branch:
|
||||||
|
description: 'Branch to build'
|
||||||
|
required: true
|
||||||
|
default: 'main'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
release:
|
release:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user