Skip to content

Commit

Permalink
Update dotnet-cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hughesjs authored May 6, 2024
1 parent 5ef8cbc commit e2ec160
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: .NET Continuous Deployment

on:
push:
branches: [ master ]
branches: [ main ]
paths:
- src/UniversalDiveDataFormat/**
workflow_dispatch:
Expand Down Expand Up @@ -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
run: dotnet nuget push --api-key ${{secrets.NUGET_KEY}} --source "https://api.nuget.org/v3/index.json" *.nupkg

0 comments on commit e2ec160

Please sign in to comment.