Browse Source

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

Enable CI on Pull Requests
Caleb Porzio 5 năm trước cách đây
mục cha
commit
159abf19c9
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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: