Skip to content

Commit 3042ed3

Browse files
committed
👷 allow to trigger release-flow without tag
1 parent 482e8df commit 3042ed3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ name: release-flow
44
# on: release
55

66
on:
7+
workflow_dispatch:
78
push:
89
tags:
910
- "[0-9]+.[0-9]+.[0-9]+*"

0 commit comments

Comments
 (0)