Browse Source

Add pull_request to actions (#87)

Nathan Brown 5 years ago
parent
commit
247ed31bf4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/test.yml

+ 1 - 1
.github/workflows/test.yml

@@ -1,5 +1,5 @@
 name: Build and test
 name: Build and test
-on: [push]
+on: [push, pull_request]
 jobs:
 jobs:
 
 
   test-linux:
   test-linux: