+ 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:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
description: "Version tag"
|
inputs:
|
||||||
|
tags:
|
||||||
|
description: "Version tags"
|
||||||
push:
|
push:
|
||||||
branches: [main]
|
branches: [main]
|
||||||
paths:
|
paths:
|
||||||
|
|
|
||||||
4
.github/workflows/release-macos.yml
vendored
4
.github/workflows/release-macos.yml
vendored
|
|
@ -2,7 +2,9 @@ name: Release MacOS
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
description: "Version tag"
|
inputs:
|
||||||
|
tags:
|
||||||
|
description: "Version tags"
|
||||||
push:
|
push:
|
||||||
branches: [main]
|
branches: [main]
|
||||||
paths:
|
paths:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue