From 11bd7cf122414a6150a8acece5ebd3ad42fb22ea Mon Sep 17 00:00:00 2001 From: vpoluyaktov Date: Wed, 8 Nov 2023 16:03:28 -0800 Subject: [PATCH] Github build action updated --- .github/workflows/build.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6a1e9cf..dd911e1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -1,11 +1,12 @@ # This workflow will build a golang project # For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-go -name: Go Build +name: Build Go Project on: push: - branches: [ "master" ] + branches: + - '*' pull_request: branches: [ "master" ]