From c510099d5bb16c3e4ce1e222632992c1a3f7b8b7 Mon Sep 17 00:00:00 2001 From: rogee Date: Mon, 11 Aug 2025 11:18:48 +0800 Subject: [PATCH] feat: update build.yaml --- .gitea/workflows/build.yml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 8f71cc1..9a08b3f 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -1,14 +1,16 @@ -name: build quyun abc +name: build quyun run-name: ${{ gitea.actor }} build quyun -on: [push] +on: + push: + branches: + - main + pull_request: + branches: + - main jobs: Build: runs-on: ubuntu-latest - defaults: - run: - shell: bash - working-directory: /workspace/rogee/quyun steps: - name: Check out repository code uses: actions/checkout@v4