Quellcode durchsuchen

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 vor 5 Jahren
Ursprung
Commit
5bd1c8b3cd
2 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  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: