Skip to content

Commit 1af711d

Browse files
ci: run build actions for version branches [backport v19]
1 parent 5b6375b commit 1af711d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,13 @@ on:
33
push:
44
branches:
55
- main
6+
- v1*
7+
- v2*
68
pull_request:
79
branches:
810
- main
11+
- v1*
12+
- v2*
913
jobs:
1014
build:
1115
runs-on: ubuntu-22.04

0 commit comments

Comments
 (0)