Temporarily allow uploading artifacts on all branches

Antonio Scandurra created

Change summary

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

Detailed changes

.github/workflows/ci.yml 🔗

@@ -82,7 +82,6 @@ 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