Skip to content

Commit 05fc4ba

Browse files
committed
allow releases to be retriggered on failure
This just gives us a manual rerun option.
1 parent 2735235 commit 05fc4ba

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ name: "Release"
44
on:
55
push:
66
tags: [ "v*" ]
7+
workflow_dispatch:
78

89
concurrency:
910
group: "${{ github.workflow }}-${{ github.event.number || github.ref }}"

0 commit comments

Comments
 (0)