Skip to content

Commit 5bc0911

Browse files
committed
Add placeholder for testing workflows
1 parent eee6aa5 commit 5bc0911

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)