Skip to content

Commit 82f824b

Browse files
committed
feat: Enable manual triggering of server release workflow
1 parent e59f005 commit 82f824b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/server-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ name: Release server
44

55
# This workflow is only run when a release is published with a server-v* tag.
66
on:
7+
workflow_dispatch:
78
release:
89
types: [published]
910

0 commit comments

Comments
 (0)