From 93ab43d7883502750108c562a481b8889bf869b6 Mon Sep 17 00:00:00 2001 From: Chris <66376200+crickman@users.noreply.github.com> Date: Tue, 11 Nov 2025 02:53:35 -0800 Subject: [PATCH] .NET - Enable build & test on branch `feature-foundry-agents` (#2068) * Tests good, mkay * Update .github/workflows/dotnet-build-and-test.yml Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> * Enable feature build pipelines --------- Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> Co-authored-by: Roger Barreto <19890735+rogerbarreto@users.noreply.github.com> --- .github/workflows/dotnet-build-and-test.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/dotnet-build-and-test.yml b/.github/workflows/dotnet-build-and-test.yml index 5abfe2a879..8c9fe22ffc 100644 --- a/.github/workflows/dotnet-build-and-test.yml +++ b/.github/workflows/dotnet-build-and-test.yml @@ -8,11 +8,11 @@ name: dotnet-build-and-test on: workflow_dispatch: pull_request: - branches: ["main"] + branches: ["main", "feature*"] merge_group: - branches: ["main"] + branches: ["main", "feature*"] push: - branches: ["main"] + branches: ["main", "feature*"] schedule: - cron: "0 0 * * *" # Run at midnight UTC daily