From 360f87ea0dc2af91f7ff580ae565d2fefa772a0e Mon Sep 17 00:00:00 2001 From: bichangxiong <3057647414@qq.com> Date: Mon, 25 Aug 2025 18:35:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/workflows/master.ym?= =?UTF-8?q?l?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/master.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/master.yml b/.gitea/workflows/master.yml index aabf353d..52fde7ea 100644 --- a/.gitea/workflows/master.yml +++ b/.gitea/workflows/master.yml @@ -3,7 +3,7 @@ name: Build and Push to Target Registry # 监听master分支的推送事件 on: push: - branches: [ master ] + branches: [ prod ] jobs: build-and-deploy: