Skip to content

Commit d2fc75b

Browse files
authored
Fixing Release Workflow - Converting Back to Triggering Manually (#741)
1 parent e4134fd commit d2fc75b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Release Workflow
22

33
on:
4-
workflow_call:
4+
workflow_dispatch:
55
inputs:
66
build_target:
77
description: "Build Target (e.g storage/object)"

0 commit comments

Comments
 (0)