From c034f343092e4d6c9b09b29f5e0fc284e02defdc Mon Sep 17 00:00:00 2001 From: Frank Denis Date: Mon, 30 Dec 2019 14:53:04 +0100 Subject: [PATCH] Try to build the NuGet packages in the next branch --- .github/workflows/dotnet-core.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/dotnet-core.yml b/.github/workflows/dotnet-core.yml index e847d624..ec72066d 100644 --- a/.github/workflows/dotnet-core.yml +++ b/.github/workflows/dotnet-core.yml @@ -2,8 +2,9 @@ name: .NET Core Package on: push: - branches: + branches: - stable + - next jobs: