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:
@@ -1,6 +1,6 @@
|
||||
name: Node CI
|
||||
|
||||
on: [push]
|
||||
on: [pull_request]
|
||||
|
||||
jobs:
|
||||
lint:
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
name: Node CI
|
||||
|
||||
on: [push]
|
||||
on: [pull_request]
|
||||
|
||||
jobs:
|
||||
test:
|
||||
|
||||
Reference in New Issue
Block a user