Skip to content

Commit

Permalink
Add manual release option for gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
Freymaurer committed Nov 14, 2023
1 parent 1547dd3 commit 0908ae1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ on:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:

jobs:
release:
Expand Down

0 comments on commit 0908ae1

Please sign in to comment.