Skip to content

Commit e2955cb

Browse files
committed
Add workflow_dispatch to release workflow
1 parent 3c57835 commit e2955cb

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
@@ -3,6 +3,7 @@ name: Release
33
on:
44
release:
55
types: [published]
6+
workflow_dispatch:
67

78
env:
89
REGISTRY: ghcr.io

0 commit comments

Comments
 (0)