diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4789893..f1b4d6b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: uses: actions/checkout@v2 with: ref: ${{ github.head_ref }} - - if: matrix.target == 'built' + - if: matrix.target == 'built' || github.event_name == 'pull_request' uses: actions/download-artifact@v2 with: name: dist