From 5d9c2028fc31f6c0a5763c4edaa34fa35c450df8 Mon Sep 17 00:00:00 2001 From: 030 Date: Mon, 11 Mar 2024 23:09:57 +0100 Subject: [PATCH] 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