Merge branch 'master' into renovate/spring-boot
All checks were successful
Build and Test / build (pull_request) Successful in 1m37s

This commit is contained in:
2026-05-03 11:03:19 +02:00

View File

@@ -1,9 +1,9 @@
name: Build
name: Build and Test
on:
push:
pull_request:
branches:
- '*'
- '!master'
- master
jobs:
build:
runs-on: ubuntu-latest
@@ -18,5 +18,5 @@ jobs:
java-version: '25'
cache: 'gradle'
- name: Build
- name: Build and Test
run: ./gradlew build --no-daemon