Ver Fonte

Update nodejs.yml

Dorin Paslaru há 6 anos atrás
pai
commit
6cf5b875b8
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      .github/workflows/nodejs.yml

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

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