Make CI run on pull_request

This commit is contained in:
jvyden 2021-11-02 19:07:06 -04:00
parent cd19afc577
commit f3f01ec45e
No known key found for this signature in database
GPG key ID: 18BCF2BE0262B278

View file

@ -1,4 +1,4 @@
on: [ push ]
on: [ push, pull_request ]
name: Continuous Integration
# Inspired by osu! lazer's CI