Skip to content

Commit

Permalink
+ Version tags
Browse files Browse the repository at this point in the history
  • Loading branch information
trheyi committed Feb 14, 2022
1 parent bd2d925 commit e21f93a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/release-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ name: Release Linux

on:
workflow_dispatch:
description: "Version tag"
inputs:
tags:
description: "Version tags"
push:
branches: [main]
paths:
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/release-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ name: Release MacOS

on:
workflow_dispatch:
description: "Version tag"
inputs:
tags:
description: "Version tags"
push:
branches: [main]
paths:
Expand Down

0 comments on commit e21f93a

Please sign in to comment.