From 417b57ca651ba6302a5de6866d24d5bbd7df0df1 Mon Sep 17 00:00:00 2001 From: Ben van B <030@users.noreply.github.com> Date: Mon, 11 Mar 2024 23:17:04 +0100 Subject: [PATCH] =?UTF-8?q?build:=20[#535]=20allow=20gomod-go-version-upda?= =?UTF-8?q?ter=20action=20to=20trigger=20golang=E2=80=A6=20(#536)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit build: [#535] allow gomod-go-version-updater action to trigger golang action to test whether go version update works --- .github/workflows/golang.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/golang.yml b/.github/workflows/golang.yml index 30997d81..83a5e635 100644 --- a/.github/workflows/golang.yml +++ b/.github/workflows/golang.yml @@ -1,6 +1,9 @@ --- -name: Golang -'on': push +name: golang +'on': + push: + # required by gomod-go-version-updater to trigger this action + workflow_dispatch: jobs: mcvs-golang-action: runs-on: ubuntu-20.04