From f540e003f566f1b20213b38cf0a37c11e4272dc4 Mon Sep 17 00:00:00 2001 From: devhl-labs Date: Sun, 2 Jun 2024 03:07:57 -0400 Subject: [PATCH] fixed workflow (#18824) --- .../{samples-dotnet-net47.yaml => samples-dotnet-fx.yaml} | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) rename .github/workflows/{samples-dotnet-net47.yaml => samples-dotnet-fx.yaml} (90%) diff --git a/.github/workflows/samples-dotnet-net47.yaml b/.github/workflows/samples-dotnet-fx.yaml similarity index 90% rename from .github/workflows/samples-dotnet-net47.yaml rename to .github/workflows/samples-dotnet-fx.yaml index 060faeba89e2..94cd8ea40e08 100644 --- a/.github/workflows/samples-dotnet-net47.yaml +++ b/.github/workflows/samples-dotnet-fx.yaml @@ -1,12 +1,14 @@ -name: Samples C# .Net 4.7 Clients +name: Samples C# .Net Framework Clients on: push: paths: - samples/client/petstore/csharp/generichost/net4.7/** + - samples/client/petstore/csharp/generichost/net4.8/** pull_request: paths: - samples/client/petstore/csharp/generichost/net4.7/** + - samples/client/petstore/csharp/generichost/net4.8/** jobs: build: name: Build .Net projects