We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79bbf31 commit e57df87Copy full SHA for e57df87
1 file changed
.github/workflows/ci.yml
@@ -3,15 +3,15 @@ name: Build
3
on:
4
push:
5
branches:
6
- - '**'
+ - 'main'
7
jobs:
8
build:
9
name: Build
10
runs-on: ubuntu-latest
11
strategy:
12
matrix:
13
distribution: [ 'temurin' ]
14
- java: [ '17', '19']
+ java: [ '17']
15
16
steps:
17
- uses: actions/checkout@v3
@@ -23,4 +23,4 @@ jobs:
23
distribution: ${{ matrix.distribution }}
24
25
- name: Build all modules
26
- run: ./run.sh
+ run: ./run.sh
0 commit comments