Browse Source

Merge pull request #64 from SimoTod/feature/github-ci

Enable CI on Pull Requests
Caleb Porzio 5 years ago
parent
commit
159abf19c9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/run-tests.yml

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

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