diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 42b5cae..ecde983 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -3,7 +3,7 @@ on: push: branches: - - master + - main - develop pull_request: branches: @@ -50,7 +50,7 @@ jobs: --api-key ${{ secrets.GITHUB_TOKEN }} - name: Publish NuGet packages to NuGet.org - if: github.ref == 'refs/heads/master' && github.event_name == 'push' + if: github.ref == 'refs/heads/main' && github.event_name == 'push' run: | dotnet nuget push '**/*.nupkg' \ --source 'https://api.nuget.org/v3/index.json' \