Update .gitea/workflows/build.yml
All checks were successful
Deploy / build (push) Successful in 2m4s

This commit is contained in:
2026-05-03 11:03:14 +02:00
parent 5b6185b236
commit a2638b0c24

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