From 2c6e6ad52ebcd97fbdb7878e7cb51c551410bd1b Mon Sep 17 00:00:00 2001 From: Peter Evans Date: Sun, 3 May 2020 11:30:33 +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 f23e138..a73045c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,7 +28,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