From c65378c6f167589c4703213cea50599332fd54cb Mon Sep 17 00:00:00 2001 From: JBBianchi Date: Wed, 28 Sep 2022 15:52:29 +0200 Subject: [PATCH] ci(Pipeline): removed publish conditions [skip ci] [skip hint] --- .github/workflows/publish.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 883c3c76..37e57c7d 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -20,5 +20,4 @@ jobs: - name: Build run: dotnet build "./src/Neuroglia Framework.sln" --configuration Release --no-restore - name: Publish - if: github.event_name != 'pull_request' && github.repository == 'neuroglia-io/framework' && github.ref_name == 'main' run: dotnet nuget push "./src/*/*/bin/Release/*.nupkg" --api-key ${{ secrets.NUGET_API_KEY }} --source https://api.nuget.org/v3/index.json --skip-duplicate