Skip to content

Commit f9779af

Browse files
authored
Merge pull request #66 from ApplauseOSS/fix/ci-run
ci: fix workflow trigger
2 parents bedfcfe + d9004e1 commit f9779af

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
on:
2-
workflow_call:
2+
workflow_dispatch:
33
inputs:
44
javaVersion:
55
description: "Java version to use"

.github/workflows/publish_private.yml

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

33
on:
4-
workflow_call:
4+
workflow_dispatch:
55
inputs:
66
javaVersion:
77
description: "Java version to use"

0 commit comments

Comments
 (0)