From 684a89b99e84e96356856936ead9ad544fe88605 Mon Sep 17 00:00:00 2001 From: CJK_mkp <113243675+CJKmkp@users.noreply.github.com> Date: Fri, 6 Jun 2025 17:33:55 +0800 Subject: [PATCH] Update dotnet-desktop.yml --- .github/workflows/dotnet-desktop.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dotnet-desktop.yml b/.github/workflows/dotnet-desktop.yml index c4e42c3b..f1df45fb 100644 --- a/.github/workflows/dotnet-desktop.yml +++ b/.github/workflows/dotnet-desktop.yml @@ -2,9 +2,9 @@ name: .NET Build on: push: - branches: [ beta ] + branches: [ main,beta ] pull_request: - branches: [ beta ] + branches: [ main ] jobs: