diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index bf306117..ee9cf9be 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -1,5 +1,5 @@ name: ci -on: [push] +on: [push, pull_request] jobs: check: @@ -56,4 +56,4 @@ jobs: steps: - uses: actions/checkout@v2 - run: yarn - - run: npx xvfb-maybe yarn aegir test -t electron-renderer --bail \ No newline at end of file + - run: npx xvfb-maybe yarn aegir test -t electron-renderer --bail