Do not bundle Zed on `main` branch commits

Kirill Bulatov created

Change summary

.github/workflows/ci.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

.github/workflows/ci.yml 🔗

@@ -62,7 +62,7 @@ jobs:
         runs-on:
             - self-hosted
             - bundle
-        if: ${{ github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v') || contains(github.event.pull_request.labels.*.name, 'run-build-dmg') }}
+        if: ${{ startsWith(github.ref, 'refs/tags/v') || contains(github.event.pull_request.labels.*.name, 'run-build-dmg') }}
         needs: tests
         env:
             MACOS_CERTIFICATE: ${{ secrets.MACOS_CERTIFICATE }}