Skip to content

Commit 5613d78

Browse files
committed
ci(release): run build workflow for release/ branches
1 parent 3205bfc commit 5613d78

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

+2
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@ on:
44
push:
55
branches:
66
- master
7+
- release/*
78
- /^\d+\.\d+\.x$/
89
tags:
910
- "*"
1011
pull_request:
1112
branches:
1213
- master
14+
- release/*
1315
- /^\d+\.\d+\.x$/
1416

1517
env:

0 commit comments

Comments
 (0)