From e59ac7dd4089c0d0c462a46a96423229068ad5f4 Mon Sep 17 00:00:00 2001 From: mjsmagalhaes Date: Wed, 22 Feb 2023 10:59:06 -0300 Subject: [PATCH] [UPDATE]: Update workflow --- .github/workflows/go.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index bea9bd6..e909d4c 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -1,13 +1,14 @@ # 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 +name: Go Ubuntu on: push: branches: [ "master" ] pull_request: branches: [ "master" ] + workflow_dispatch: jobs: