From dd6d971664b5c5685f6ecccc2ae9cf761c27dacf Mon Sep 17 00:00:00 2001 From: James Elliott Date: Thu, 8 Feb 2024 21:26:26 +1100 Subject: [PATCH] test: update workflow conditions (#213) --- .github/workflows/go.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 7e6bb804..e889e815 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -1,5 +1,9 @@ name: Go -on: [push, pull_request] +on: + pull_request: {} + push: + branches: + - master jobs: build: name: Build