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: on:
push: pull_request:
branches: branches:
- '*' - master
- '!master'
jobs: jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
@@ -18,5 +18,5 @@ jobs:
java-version: '25' java-version: '25'
cache: 'gradle' cache: 'gradle'
- name: Build - name: Build and Test
run: ./gradlew build --no-daemon run: ./gradlew build --no-daemon