Explorar o código

Enable tests on Pull Requests

Simone Todaro %!s(int64=5) %!d(string=hai) anos
pai
achega
9ef1377978
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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: