Skip to content

Commit 448cc2b

Browse files
Merge pull request #214 from puppetlabs/make_release_workflow_release_on_dispatch
Fix release workflow
2 parents d070813 + f91c8cd commit 448cc2b

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: "Module Release"
22

33
on:
4-
workflow_call:
4+
workflow_dispatch:
55

66
jobs:
77
release:

0 commit comments

Comments
 (0)