Skip to content

Commit 62b97a2

Browse files
authored
Update ci.yml
1 parent 8b41de7 commit 62b97a2

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,6 @@
1-
name: Java CI
2-
1+
name: Maven Test
32
on:
43
push:
5-
branches:
6-
- main
7-
pull_request:
8-
branches:
9-
- main
104

115
jobs:
126
build:
@@ -22,4 +16,4 @@ jobs:
2216
java-version: 21
2317

2418
- name: Run tests
25-
run: mvn test
19+
run: mvn test

0 commit comments

Comments
 (0)