Skip to content

Commit d3fc4bf

Browse files
committed
build: java build magic
Signed-off-by: Simon Schrottner <[email protected]>
1 parent 75fa38f commit d3fc4bf

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 1 deletion
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
@@ -9,7 +10,7 @@ on:
910
- main
1011

1112
jobs:
12-
main:
13+
build:
1314
runs-on: ubuntu-latest
1415
strategy:
1516
matrix:
@@ -20,6 +21,8 @@ jobs:
2021
profile: java11
2122
- java: 8
2223
profile: java8
24+
25+
name: with Java ${{ matrix.build.java }}
2326
steps:
2427
- name: Checkout Repository
2528
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4

0 commit comments

Comments
 (0)