mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-24 17:28:40 +00:00
Revert "Temporarily allow uploading artifacts on all branches"
This reverts commit 794fcba842
.
This commit is contained in:
parent
277d86bd29
commit
db23a87228
1 changed files with 1 additions and 0 deletions
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
|
- name: Upload app bundle to workflow run if main branch
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
|
if: ${{ github.ref == 'refs/heads/main' }}
|
||||||
with:
|
with:
|
||||||
name: Zed.dmg
|
name: Zed.dmg
|
||||||
path: target/release/Zed.dmg
|
path: target/release/Zed.dmg
|
||||||
|
|
Loading…
Reference in a new issue