diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 871573e..298a324 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -24,7 +24,7 @@ jobs: nuget: runs-on: ubuntu-latest - if: (github.event_name == 'pull_request' && github.event.action == 'closed' && github.event.pull_request.merged == true) || (github.event_name == 'push' && github.base_branch == 'master') + if: (github.event_name == 'pull_request' && github.event.action == 'closed' && github.event.pull_request.merged == true) || github.event_name == 'push' steps: - uses: actions/checkout@v3 - name: Setup .NET 8