From 63c0577e738d18288ee5037a9d748e566eea93d6 Mon Sep 17 00:00:00 2001 From: Zhe Fang Date: Fri, 13 Jun 2025 16:34:32 -0400 Subject: [PATCH] chore: temporarily stop github actions --- .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 5574ba5..83fef5b 100644 --- a/.github/workflows/dotnet-desktop.yml +++ b/.github/workflows/dotnet-desktop.yml @@ -5,9 +5,9 @@ name: WinUI 3 MSIX app on: push: - branches: [stable, dev] + branches: [master] pull_request: - branches: [stable, dev] + branches: [master] jobs: build: