Skip to content

Commit 8e593f1

Browse files
authored
.github/workflows: Update the pull_request trigger for the Go workflow (#224)
Update the Go workflow and update the pull_request trigger to run GHA checks on any branches to remain consistent with the verify workflow behavior. Signed-off-by: timflannagan <[email protected]>
1 parent 96da8f9 commit 8e593f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/go.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
- master
66
pull_request:
77
branches:
8-
- master
8+
- '**'
99
workflow_dispatch:
1010
jobs:
1111
build:

0 commit comments

Comments
 (0)