This commit is contained in:
Anthony Dahanne 2023-01-11 18:46:07 +00:00
parent 51eb5becee
commit 9024360722

View file

@ -5,7 +5,7 @@ name: Java CI with Maven
on:
push:
branches: [ main ]
branches: [ main, spring-native ]
pull_request:
branches: [ main ]
@ -27,3 +27,5 @@ jobs:
cache: maven
- name: Build with Maven Wrapper
run: ./mvnw -B package
- name: Build native image
run: ./mvnw spring-boot:build-image -DskipTests