From 6749c16c990bbc2a1e206ddfb66a46fdb3d25438 Mon Sep 17 00:00:00 2001 From: zxq5 Date: Tue, 4 Feb 2025 10:34:23 +0000 Subject: [PATCH] Update .gitea/workflows/main.yml --- .gitea/workflows/main.yml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.gitea/workflows/main.yml b/.gitea/workflows/main.yml index 77fb8b7..4fe0690 100644 --- a/.gitea/workflows/main.yml +++ b/.gitea/workflows/main.yml @@ -1,16 +1,10 @@ name: Java CI with Maven -on: - push: - branches: [ "master" ] - pull_request: - branches: [ "master" ] +on: [push] jobs: build: - runs-on: ubuntu-latest - steps: - uses: actions/checkout@v4 - name: Set up JDK 21