Skip to content

Commit

Permalink
chore: allow manual dispatch of release
Browse files Browse the repository at this point in the history
  • Loading branch information
Krande committed Mar 12, 2024
1 parent 37f5b44 commit 2eb966b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-on-new-tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Make Release on push of new tag

# triggered on a tagged release
on:
workflow_dispatch:
push:
tags:
- 'v*.*.*'
Expand Down

0 comments on commit 2eb966b

Please sign in to comment.