From 794fcba842349708bd3eaeef3cc37041124b9ea1 Mon Sep 17 00:00:00 2001 From: Antonio Scandurra Date: Sat, 19 Feb 2022 11:37:52 +0100 Subject: [PATCH] Temporarily allow uploading artifacts on all branches --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 50d817637e..01665afc39 100644 --- a/.github/workflows/ci.yml +++ b/.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