Skip to content

Commit 5e403eb

Browse files
committed
Enabling Java workflow
1 parent 35680d0 commit 5e403eb

2 files changed

Lines changed: 6 additions & 270 deletions

File tree

.github/workflows/java-ci.yml

Lines changed: 0 additions & 270 deletions
This file was deleted.

.github/workflows/java.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
name: Java workflow
22
on:
3+
push:
4+
branches:
5+
- trunk
6+
pull_request:
7+
branches:
8+
- trunk
39
workflow_dispatch:
410
schedule:
511
- cron: '15 9,21 * * *'

0 commit comments

Comments
 (0)