Merge branch 'main' into feature-declarative-agents-dotnet

This commit is contained in:
Mark Wallace
2025-11-11 12:27:04 +00:00
committed by GitHub
Unverified
+3 -3
View File
@@ -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