From 66f7148a9f8d8b0f95c32f10c905c5f997212bf4 Mon Sep 17 00:00:00 2001 From: Huakk <1751826683@qq.com> Date: Mon, 19 Jan 2026 03:07:44 +0800 Subject: [PATCH] ci(other): cicd --- .gitea/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index c239159..61eee4a 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -4,7 +4,7 @@ on: push: branches: - test - - main + - master jobs: build-and-deploy-dev: @@ -85,7 +85,7 @@ jobs: curl -sS -H 'Content-Type: application/json' -d "{\"msgtype\":\"markdown\",\"markdown\":{\"content\":\"$MSG\"}}" "https://qyapi.weixin.qq.com/cgi-bin/webhook/send?key=${WEBHOOK_KEY}" build-and-deploy-prod: - if: gitea.ref_name == 'main' + if: gitea.ref_name == 'master' runs-on: gitea_act_runner container: image: node:24-alpine