Skip to content

Commit 78f8ce4

Browse files
committed
Update maven.yml
1 parent 2dc3a5a commit 78f8ce4

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/maven.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@
33

44
name: CI with Maven
55

6-
on:
7-
push:
8-
branches: [ master ]
9-
pull_request:
10-
branches: [ master ]
6+
on: [ push, pull_request ]
7+
# push:
8+
# branches: [ master ]
9+
# pull_request:
10+
# branches: [ master ]
1111

1212
jobs:
1313
build:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
java: [ 11, 17, 21, 25 ]
17+
java: [ 11, 17, 21, 24, 25 ]
1818
steps:
1919
- uses: actions/checkout@v5
2020
- uses: actions/setup-java@v5

0 commit comments

Comments
 (0)