update events for GH actions to include PRs (#511)

* update events for GH actions to include PRs

* change action events to pull_request only
This commit is contained in:
David Luzar 2020-01-22 14:18:31 +01:00 committed by GitHub
parent d1fb824369
commit 5bd1c8b3cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

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

View File

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