From ccf901d5c76796c78d2bc5eed58c6feeda47a367 Mon Sep 17 00:00:00 2001 From: Dan Sosedoff Date: Mon, 24 Jan 2022 18:32:15 -0600 Subject: [PATCH] Bring back the pull_request github actions trigger --- .github/workflows/checks.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index eafb44d..82e8ce1 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -2,6 +2,7 @@ name: checks on: - push + - pull_request env: GO_VERSION: 1.17