Skip to content

Commit 9cb11da

Browse files
authored
ci: enable manual release via workflow dispatch (#37)
Signed-off-by: Tyler Gillson <[email protected]>
1 parent 915c303 commit 9cb11da

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
push:
1111
tags:
1212
- '*/v*.*.*'
13+
workflow_dispatch:
1314

1415
env:
1516
GITHUB_REF: ${{ github.ref }}

.github/workflows/releaseimage.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
tags:
66
- '*/v*.*.*'
7+
workflow_dispatch:
78

89
env:
910
# Common versions

0 commit comments

Comments
 (0)