We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eee6aa5 commit 5bc0911Copy full SHA for 5bc0911
1 file changed
.github/workflows/pass-java-release.yml
@@ -0,0 +1,10 @@
1
+name: Placeholder for consolidated Java release
2
+
3
+on:
4
+ workflow_dispatch:
5
6
+jobs:
7
+ test:
8
+ runs-on: ubuntu-latest
9
+ steps:
10
+ - run: echo "Hello Moo!"
0 commit comments