Explorar el Código

Add pull_request to actions (#87)

Nathan Brown hace 5 años
padre
commit
247ed31bf4
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .github/workflows/test.yml

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

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