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
#543)

build: [#535] allow gomod-go-version-updater action to trigger golang action to test whether go version update works on review
  • Loading branch information
030 committed Mar 11, 2024
1 parent 0b51fd7 commit 699e7c5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/golang.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
name: golang
'on':
pull_request:
types: [labeled]
# required by gomod-go-version-updater to trigger this action once pr has
# been reviewed
pull_request_review:
types: [submitted]
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 699e7c5

Please sign in to comment.