Browse Source

update events for GH actions to include PRs (#511)

* update events for GH actions to include PRs

* change action events to pull_request only
David Luzar 5 năm trước cách đây
mục cha
commit
5bd1c8b3cd
2 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 1 1
      .github/workflows/lint.yml
  2. 1 1
      .github/workflows/test.yml

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

@@ -1,6 +1,6 @@
 name: Node CI
 
-on: [push]
+on: [pull_request]
 
 jobs:
   lint:

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

@@ -1,6 +1,6 @@
 name: Node CI
 
-on: [push]
+on: [pull_request]
 
 jobs:
   test: