From fbcd700cd855c090961df32f210cc2eddc998c3d Mon Sep 17 00:00:00 2001 From: Shengkai Lin Date: Sun, 1 Feb 2026 13:28:52 +0800 Subject: [PATCH] ci(github): add avalonia_migration branch to build triggers Enable automatic GitHub Actions builds for pushes to the avalonia_migration branch. --- .github/workflows/dotnet.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 472020a68..f229ef766 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -9,6 +9,7 @@ on: branches: - dev - master + - avalonia_migration pull_request: types: [opened, synchronize, reopened, ready_for_review]