From 0b9e7cdb4ea1713beea370cb71e23d316b9f3ca8 Mon Sep 17 00:00:00 2001 From: Dan Sosedoff Date: Fri, 16 Dec 2022 15:03:06 -0600 Subject: [PATCH] Update checks workflow triggers --- .github/workflows/checks.yml | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index ad8c90b..f149bd6 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -1,8 +1,18 @@ name: checks on: - - push - - pull_request + push: + branches: + - master + paths-ignore: + - '**.md' + pull_request: + types: + - opened + - synchronize + paths-ignore: + - '**.md' + env: GO_VERSION: 1.19