From 8e592bfce31190d415f733e0d345b202531e7e90 Mon Sep 17 00:00:00 2001 From: Wilken Rivera Date: Tue, 15 Nov 2022 21:04:49 -0500 Subject: [PATCH] Managed by Terraform: Update go-test-darwin.yml GitHub workflow --- .github/workflows/go-test-darwin.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/go-test-darwin.yml b/.github/workflows/go-test-darwin.yml index a0cbcfc2..76b2ca3a 100644 --- a/.github/workflows/go-test-darwin.yml +++ b/.github/workflows/go-test-darwin.yml @@ -5,7 +5,11 @@ name: "Go Test MacOS" -on: [ push ] +on: + push: + branches: + - 'main' + pull_request: permissions: contents: read