Skip to content

Commit da09505

Browse files
committed
[GHA] Add v1.11 branch target
1 parent 9b0bbea commit da09505

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
branches:
77
- master
88
- v1.10
9+
- v1.11
910
paths:
1011
- "**"
1112
workflow_dispatch:

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
branches:
66
- master
77
- v1.10
8+
- v1.11
89
pull_request:
910
types:
1011
- opened

.github/workflows/macos.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,12 @@ on:
66
branches:
77
- master
88
- v1.10
9+
- v1.11
910
pull_request:
1011
branches:
1112
- master
1213
- v1.10
14+
- v1.11
1315

1416
jobs:
1517
build:

0 commit comments

Comments
 (0)