Revert "Temporarily allow uploading artifacts on all branches"

This reverts commit 794fcba842.
This commit is contained in:
Antonio Scandurra 2022-02-21 18:04:29 +01:00
parent 277d86bd29
commit db23a87228

View File

@ -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