Run Github Actions on PRs, too
authorMatt Corallo <git@bluematt.me>
Fri, 24 Apr 2020 20:22:44 +0000 (16:22 -0400)
committerMatt Corallo <git@bluematt.me>
Fri, 24 Apr 2020 20:55:09 +0000 (16:55 -0400)
.github/workflows/build.yml

index 98f4f19a4d6a898f78859c2aa4d1466beee1cf88..64627bf087a3f9bc3d1cf4ca51b7b368ef4ea4c8 100644 (file)
@@ -1,7 +1,6 @@
 name: Continuous Integration Checks
 
-on:
-  push:
+on: [push, pull_request]
 
 jobs:
   build: