Skip to content
This repository was archived by the owner on Aug 24, 2021. It is now read-only.

Commit aba7d98

Browse files
authored
chore: enable CI on pulls (#89)
1 parent e850f68 commit aba7d98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: ci
2-
on: [push]
2+
on: [push, pull_request]
33

44
jobs:
55
check:
@@ -56,4 +56,4 @@ jobs:
5656
steps:
5757
- uses: actions/checkout@v2
5858
- run: yarn
59-
- run: npx xvfb-maybe yarn aegir test -t electron-renderer --bail
59+
- run: npx xvfb-maybe yarn aegir test -t electron-renderer --bail

0 commit comments

Comments
 (0)