From e2ec160ccece8720e3678cdf6c06b3724f907b9e Mon Sep 17 00:00:00 2001 From: James H Date: Mon, 6 May 2024 23:18:46 +0100 Subject: [PATCH] Update dotnet-cd.yml --- .github/workflows/dotnet-cd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dotnet-cd.yml b/.github/workflows/dotnet-cd.yml index 23fe50e..f3dfb64 100644 --- a/.github/workflows/dotnet-cd.yml +++ b/.github/workflows/dotnet-cd.yml @@ -2,7 +2,7 @@ name: .NET Continuous Deployment on: push: - branches: [ master ] + branches: [ main ] paths: - src/UniversalDiveDataFormat/** workflow_dispatch: @@ -81,4 +81,4 @@ jobs: with: dotnet-version: 8.0.x - name: Push Package to Nuget - run: dotnet nuget push --api-key ${{secrets.NUGET_KEY}} --source "https://api.nuget.org/v3/index.json" *.nupkg \ No newline at end of file + run: dotnet nuget push --api-key ${{secrets.NUGET_KEY}} --source "https://api.nuget.org/v3/index.json" *.nupkg