diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 35d20cc5250ff400988f1e342737aa3553c5a956..4050d4e120140b64ccfc7745cba12b0940a216f2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -74,6 +74,7 @@ jobs: - name: Upload app bundle to workflow run if main branch uses: actions/upload-artifact@v2 + if: ${{ github.ref == 'refs/heads/main' }} with: name: Zed.dmg path: target/release/Zed.dmg