From e1d79ed445f635754f5f2c419014c90a13513702 Mon Sep 17 00:00:00 2001 From: lafay <2021211506@stu.hit.edu.cn> Date: Sat, 10 Jan 2026 04:01:20 +0800 Subject: [PATCH] chore: Update build workflow to include 'dev' branch - Added 'dev' branch to the push and pull_request triggers in the build workflow configuration. - Ensured that CI/CD processes are aligned for both master and dev branches. --- .gitea/workflows/build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 4e292b1..f6a1073 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -4,9 +4,11 @@ on: push: branches: - master + - dev pull_request: branches: - master + - dev jobs: build: