Parcourir la source

Enable tests on Pull Requests

Simone Todaro il y a 5 ans
Parent
commit
9ef1377978
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      .github/workflows/run-tests.yml

+ 1 - 1
.github/workflows/run-tests.yml

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