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