Skip to content

Commit 18caaed

Browse files
authored
allow to manually trigger a release (#349)
1 parent 4c5afda commit 18caaed

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
push:
44
branches: [master, main]
55
tags: ["*"]
6+
workflow_dispatch: # allow to manually trigger this workflow
67
jobs:
78
release:
89
concurrency: release

0 commit comments

Comments
 (0)