Skip to content

Commit

Permalink
Merge pull request #17 from peter-evans/ci-fix
Browse files Browse the repository at this point in the history
Fix CI workflow
  • Loading branch information
peter-evans authored May 3, 2020
2 parents ac04beb + 2c6e6ad commit c1daf2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c1daf2a

Please sign in to comment.