Skip to content

Commit 4d1d775

Browse files
updated build workflow
1 parent 5b01de5 commit 4d1d775

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Go
22

33
on:
44
push:
5-
branches: [master, v9, v9.7, '*']
5+
branches: [master, v9, v9.7, v9.8, 'ndyakov/*', 'ofekshenawa/*', 'htemelski/*', 'ce/*']
66
pull_request:
7-
branches: [master, v9, v9.7, '*']
7+
branches: [master, v9, v9.7, v9.8, 'ndyakov/*', 'ofekshenawa/*', 'htemelski/*', 'ce/*']
88

99
permissions:
1010
contents: read

0 commit comments

Comments
 (0)