Skip to content

Commit 4547e50

Browse files
sondavidbcoderbirju
authored andcommitted
Add prebuild workflow to release branches
Signed-off-by: David Son <[email protected]>
1 parent a04f8ab commit 4547e50

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/prebuild.yml

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

33
on:
44
push:
5-
branches: [ main ]
5+
branches: [ 'main', 'release/**']
66
pull_request:
7-
branches: [ main ]
7+
branches: [ 'main', 'release/**']
88

99
env:
1010
GO_VERSION: '1.21.8'

0 commit comments

Comments
 (0)