+ workflow_dispatch

This commit is contained in:
Max 2022-02-15 00:00:38 +08:00
parent cabbb1a970
commit eca8ad49c3
2 changed files with 3 additions and 0 deletions

View file

@ -2,6 +2,7 @@ name: Release Linux
on:
workflow_dispatch:
description: "Version tag"
push:
branches: [main]
paths:

View file

@ -2,6 +2,8 @@ name: Release MacOS
on:
workflow_dispatch:
tags:
description: "Version tag"
push:
branches: [main]
paths: