Skip to content

Commit e25649c

Browse files
committed
feat(62035): implement ci-cd-java.yml
1 parent 63d0e57 commit e25649c

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

.github/workflows/ci-cd-java.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,7 @@
11
name: ci-cd-java.yml
22
on:
3-
push:
4-
branches:
5-
- main
6-
tags:
7-
- "v*"
8-
pull_request:
9-
merge_group:
10-
3+
workflow_call:
4+
115
jobs:
126
build-check-test-push:
137
name: Build, check, test, push

0 commit comments

Comments
 (0)