Skip to content

Commit d5f5ad4

Browse files
authored
[CI] Add 1.1 branch to upmerge workflow (#406)
Adds `1.1` branch to the upmerge workflow configuration. Changes: - Add `1.0` → `1.1` upmerge step - Update matrix to include the new version branch
2 parents de06c4f + 9785e09 commit d5f5ad4

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/upmerge_pr.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222
include:
2323
-
2424
base_branch: "1.0"
25+
target_branch: "1.1"
26+
-
27+
base_branch: "1.1"
2528
target_branch: "2.0"
2629
-
2730
base_branch: "2.0"

0 commit comments

Comments
 (0)