Skip to content

Commit 624966a

Browse files
committed
Allow release workflow to run on command
1 parent 1f14a71 commit 624966a

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
@@ -1,6 +1,7 @@
11
name: Release
22

33
on:
4+
workflow_dispatch:
45
push:
56
tags: ['v*']
67

0 commit comments

Comments
 (0)