mirror of
https://github.com/zed-industries/zed.git
synced 2024-11-07 20:39:04 +03:00
Revert "Temporarily allow uploading artifacts on all branches"
This reverts commit 794fcba842
.
This commit is contained in:
parent
277d86bd29
commit
db23a87228
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user