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

build: [#535] allow gomod-go-version-updater action to trigger golang action to test whether go version update works on pr labeled
  • Loading branch information
030 authored Mar 11, 2024
1 parent 417b57c commit 0b51fd7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/golang.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
---
name: golang
'on':
pull_request:
types: [labeled]
push:
# required by gomod-go-version-updater to trigger this action
workflow_dispatch:
Expand Down

0 comments on commit 0b51fd7

Please sign in to comment.