We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6875c3e + 439ee90 commit ab78f2bCopy full SHA for ab78f2b
1 file changed
.github/workflows/upmerge_pr.yaml
@@ -20,18 +20,15 @@ jobs:
20
fail-fast: false
21
matrix:
22
include:
23
- -
24
- base_branch: "1.0"
25
- target_branch: "2.0"
26
27
- base_branch: "2.0"
28
- target_branch: "2.1"
29
-
30
base_branch: "2.1"
31
target_branch: "2.2"
32
33
base_branch: "2.2"
34
target_branch: "3.0"
+ -
+ base_branch: "3.0"
+ target_branch: "3.1"
35
36
steps:
37
0 commit comments