From 1201a8d607c1b33fc798713a23dae31b8086d8d3 Mon Sep 17 00:00:00 2001 From: Irakli Gozalishvili Date: Fri, 24 Jul 2020 17:45:35 -0700 Subject: [PATCH] chore: enable CI on pulls --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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