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