Restart CI on pull requests

This commit is contained in:
Charles Giessen 2021-04-18 14:13:29 -06:00 committed by GitHub
parent 9b18d9465c
commit fefa3f7e5a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@
name: CI Build
on: [push, workflow_dispatch]
on: [push, pull_request, workflow_dispatch]
jobs:
linux-build: