Revert "Temporarily allow uploading artifacts on all branches"

Antonio Scandurra created

This reverts commit 794fcba842349708bd3eaeef3cc37041124b9ea1.

Change summary

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

Detailed changes

.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