فهرست منبع

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 سال پیش
والد
کامیت
5bd1c8b3cd
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  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: