diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c74c2ae94cc2491bea2bc2b43b791744dc1ce9bd..a973436cedb593fdd492857926695050ddb5ecbd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -85,8 +85,9 @@ jobs: - name: Create app bundle run: script/bundle - - name: Upload app bundle to workflow run + - 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