From 191cc7bb8d8b390583103494ecf11328c6df80b7 Mon Sep 17 00:00:00 2001 From: Skyler Kehren Date: Tue, 30 Jun 2020 22:07:20 +0300 Subject: [PATCH] Add pull_request event to test and lint workflow --- .github/workflows/test-and-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-and-lint.yml b/.github/workflows/test-and-lint.yml index e1fefe7..fd3ba2e 100644 --- a/.github/workflows/test-and-lint.yml +++ b/.github/workflows/test-and-lint.yml @@ -1,6 +1,6 @@ name: Tests and Lint -on: [push] +on: [push, pull_request] jobs: test_lint: