Explorar el Código

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 hace 5 años
padre
commit
5bd1c8b3cd
Se han modificado 2 ficheros con 2 adiciones y 2 borrados
  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: