From f4706ad097a2a2af3d17d53d3f48fc16548ba6e4 Mon Sep 17 00:00:00 2001 From: bichangxiong <3057647414@qq.com> Date: Wed, 13 Aug 2025 16:42:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20.gitea/workflows/dev.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/dev.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/dev.yml b/.gitea/workflows/dev.yml index 0740af1b..a49e0ace 100644 --- a/.gitea/workflows/dev.yml +++ b/.gitea/workflows/dev.yml @@ -1,9 +1,9 @@ -name: Build and Push Microservices Images +run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 on: push: branches: - - [main] # 替换为要监听的分支 + - [master] # 替换为要监听的分支 jobs: build-and-push: