diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 85f398f0..d7989c80 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -185,6 +185,7 @@ jobs: - name: Upload build artifact id: upload-build-asset uses: actions/upload-artifact@v4 + if: ${{ matrix.GH_eventName != 'pull_request' }} with: name: ${{ matrix.assetname }} path: bin/Release/netstandard2.1/BusinessCentral.LinterCop.dll