From 2a283f5fc3bc26ef2c7a768aa5d5ffbb4de46de0 Mon Sep 17 00:00:00 2001 From: Peter Evans Date: Sun, 3 May 2020 11:31:45 +0900 Subject: [PATCH] Fix ci workflow --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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