Browse Source

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

* update events for GH actions to include PRs

* change action events to pull_request only
pull/516/head
David Luzar 6 years ago committed by GitHub
parent
commit
5bd1c8b3cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/lint.yml
  2. 2
      .github/workflows/test.yml

2
.github/workflows/lint.yml

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

2
.github/workflows/test.yml

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

Loading…
Cancel
Save