From 5bd1c8b3cd29a9a08be78fb3de32bcc86553cb6f Mon Sep 17 00:00:00 2001 From: David Luzar Date: Wed, 22 Jan 2020 14:18:31 +0100 Subject: [PATCH] update events for GH actions to include PRs (#511) * update events for GH actions to include PRs * change action events to pull_request only --- .github/workflows/lint.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 3d379182..918bf8b3 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -1,6 +1,6 @@ name: Node CI -on: [push] +on: [pull_request] jobs: lint: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 643eedcd..e007efab 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,6 +1,6 @@ name: Node CI -on: [push] +on: [pull_request] jobs: test: