Skip to content

Commit e57df87

Browse files
Update ci.yml
1 parent 79bbf31 commit e57df87

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ name: Build
33
on:
44
push:
55
branches:
6-
- '**'
6+
- 'main'
77
jobs:
88
build:
99
name: Build
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
1313
distribution: [ 'temurin' ]
14-
java: [ '17', '19']
14+
java: [ '17']
1515

1616
steps:
1717
- uses: actions/checkout@v3
@@ -23,4 +23,4 @@ jobs:
2323
distribution: ${{ matrix.distribution }}
2424

2525
- name: Build all modules
26-
run: ./run.sh
26+
run: ./run.sh

0 commit comments

Comments
 (0)