Skip to content

Commit 6b1d254

Browse files
committed
ci: run build workflow on release branches
Signed-off-by: Sanskar Jaiswal <[email protected]>
1 parent 5e2d4c8 commit 6b1d254

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ name: build
22
on:
33
pull_request:
44
push:
5-
branches:
6-
- main
5+
branches: [ 'main', 'release/**' ]
76

87
permissions:
98
contents: read # for actions/checkout to fetch code

0 commit comments

Comments
 (0)