From 7cd39dd347dce351d85c0e8bdf930c3927f5b6b9 Mon Sep 17 00:00:00 2001 From: Ian Lopshire Date: Thu, 5 Mar 2020 15:23:52 -0500 Subject: [PATCH] update automated tests to run on pull requests --- .github/workflows/go.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index e814f96..d9affd8 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -1,5 +1,5 @@ name: Go -on: [push] +on: [push, pull_request] jobs: test: name: Go test ${{ matrix.go }}