Skip to content

Commit 42de711

Browse files
committed
[CI] workflow_call -> workflow_dispatch
1 parent 64fd087 commit 42de711

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/manual-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ permissions:
77
contents: write # For creating and pushing the tag
88

99
on:
10-
workflow_call:
10+
workflow_dispatch:
1111
inputs:
1212
version:
1313
required: true

0 commit comments

Comments
 (0)