From db23a87228704ad49dfb171b0827e4d0d758778a Mon Sep 17 00:00:00 2001 From: Antonio Scandurra Date: Mon, 21 Feb 2022 18:04:29 +0100 Subject: [PATCH] Revert "Temporarily allow uploading artifacts on all branches" This reverts commit 794fcba842349708bd3eaeef3cc37041124b9ea1. --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 35d20cc525..4050d4e120 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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