+ Version tags
This commit is contained in:
parent
bd2d925030
commit
e21f93af45
2 changed files with 6 additions and 2 deletions
4
.github/workflows/release-linux.yml
vendored
4
.github/workflows/release-linux.yml
vendored
|
|
@ -2,7 +2,9 @@ name: Release Linux
|
|||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
description: "Version tag"
|
||||
inputs:
|
||||
tags:
|
||||
description: "Version tags"
|
||||
push:
|
||||
branches: [main]
|
||||
paths:
|
||||
|
|
|
|||
4
.github/workflows/release-macos.yml
vendored
4
.github/workflows/release-macos.yml
vendored
|
|
@ -2,7 +2,9 @@ name: Release MacOS
|
|||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
description: "Version tag"
|
||||
inputs:
|
||||
tags:
|
||||
description: "Version tags"
|
||||
push:
|
||||
branches: [main]
|
||||
paths:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue