From a2638b0c24fa3670d2956894b1023d5211b396c2 Mon Sep 17 00:00:00 2001 From: Sebastiaan de Schaetzen Date: Sun, 3 May 2026 11:03:14 +0200 Subject: [PATCH] Update .gitea/workflows/build.yml --- .gitea/workflows/build.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 1d02e74..115baf2 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -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