Pārlūkot izejas kodu

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 gadi atpakaļ
vecāks
revīzija
5bd1c8b3cd
2 mainītis faili ar 2 papildinājumiem un 2 dzēšanām
  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: