chore(ci): allow actions to be run for PR

This commit is contained in:
Jeremy Attali 2020-06-21 17:35:23 -04:00
parent 88e2e2dcb7
commit 8c2268f3dc

View File

@ -1,6 +1,6 @@
name: CI
on: [push]
on: [push, pull_request]
jobs:
build-gcc: