From 79b6979b653f5b060acece86fdc51a2b071b0c5e Mon Sep 17 00:00:00 2001 From: movingsam Date: Fri, 27 Feb 2026 16:33:15 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=20CI/CD=20workflow=20?= =?UTF-8?q?=E8=A7=A6=E5=8F=91=E6=9D=A1=E4=BB=B6=E8=AF=AD=E6=B3=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitea/workflows/nuget.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.gitea/workflows/nuget.yml b/.gitea/workflows/nuget.yml index d482b9e..b9cc99a 100644 --- a/.gitea/workflows/nuget.yml +++ b/.gitea/workflows/nuget.yml @@ -1,6 +1,11 @@ name: Publish ServiceDiscovery NuGet Packages on: + push: + branches: + - main + tags: + - "v*" push: branches: [main] tags: