Skip to content

Commit

Permalink
build: [#535] allow gomod-go-version-updater action to trigger golang…
Browse files Browse the repository at this point in the history
… action to test whether go version update works
  • Loading branch information
030 committed Mar 11, 2024
1 parent 18860af commit 5d9c202
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/golang.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 5d9c202

Please sign in to comment.