Skip to content

Commit 966722a

Browse files
committed
Change workflow_call to workflow_dispatch in release.yaml for manual trigger support
1 parent b8e9def commit 966722a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ on:
22
push:
33
# Pattern matched against refs/tags
44
tags: ["v[0-9]+", "v[0-9]+.[0-9]+", "v[0-9]+.[0-9]+.[0-9]+", "v[0-9]+.[0-9]+.[0-9]+.post[0-9]+", "v[0-9]+.[0-9]+.[0-9]+.dev[0-9]+",]
5-
workflow_call:
5+
workflow_dispatch:
66

77
permissions:
88
contents: read

0 commit comments

Comments
 (0)