From 093836e1fd546dae65ad8076add96b4c1fdb19e6 Mon Sep 17 00:00:00 2001 From: Peter Evans Date: Sun, 3 May 2020 11:51:07 +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 88ccff1..653e25d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: target: [built, committed] steps: - uses: actions/checkout@v2 - - if: matrix.target == 'built' + - if: matrix.target == 'built' || github.event_name == 'pull_request' uses: actions/download-artifact@v2 with: name: dist