Skip to content

Commit 8e9fd89

Browse files
committed
Update ci.yml
Signed-off-by: Simon Schrottner <[email protected]>
1 parent 75fa38f commit 8e9fd89

File tree

1 file changed

+12
-8
lines changed

1 file changed

+12
-8
lines changed

.github/workflows/ci.yml

Lines changed: 12 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: CI
22
on:
3+
push:
34
pull_request:
45
types:
56
- opened
@@ -10,16 +11,19 @@ on:
1011

1112
jobs:
1213
main:
13-
runs-on: ubuntu-latest
1414
strategy:
1515
matrix:
16-
build:
17-
- java: 17
18-
profile: codequality
19-
- java: 11
20-
profile: java11
21-
- java: 8
22-
profile: java8
16+
os: [ubuntu-latest]
17+
build:
18+
- java: 17
19+
profile: codequality
20+
- java: 11
21+
profile: java11
22+
- java: 8
23+
profile: java8
24+
25+
name: with Java ${{ matrix.build.java }}
26+
runs-on: ${{ matrix.os}}
2327
steps:
2428
- name: Checkout Repository
2529
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4

0 commit comments

Comments
 (0)