Enable CI on Pull Requests
@@ -1,6 +1,6 @@
name: Run Jest Tests
-on: [push]
+on: [push, pull_request]
jobs:
build: