CI: run on pull requests

Signed-off-by: Stephen Gutekanst <stephen@hexops.com>
This commit is contained in:
Stephen Gutekanst 2021-07-25 22:37:25 -07:00 committed by Stephen Gutekanst
parent a54de46a8a
commit 9d5e849efb

View file

@ -1,6 +1,7 @@
name: CI name: CI
on: on:
- push - push
- pull_request
jobs: jobs:
x86_64-linux: x86_64-linux:
runs-on: ubuntu-latest runs-on: ubuntu-latest