File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 7
7
"commit" : false ,
8
8
"linked" : [],
9
9
"access" : " public" ,
10
- "baseBranch" : " main " ,
10
+ "baseBranch" : " v11 " ,
11
11
"updateInternalDependencies" : " patch" ,
12
12
"ignore" : []
13
13
}
Original file line number Diff line number Diff line change 12
12
push :
13
13
branches :
14
14
- master
15
- - main
15
+ - v11
16
16
paths :
17
17
- ' src/**.js'
18
18
- ' benches/**.html'
Original file line number Diff line number Diff line change 8
8
push :
9
9
branches :
10
10
- master
11
- - main
11
+ - v11
12
12
13
13
jobs :
14
14
build_test :
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Version or Publish
3
3
on :
4
4
push :
5
5
branches :
6
- - main
6
+ - v11
7
7
8
8
jobs :
9
9
changesets :
Original file line number Diff line number Diff line change 4
4
push :
5
5
branches :
6
6
- master
7
- - main
7
+ - v11
8
8
9
9
jobs :
10
10
build_test :
You can’t perform that action at this time.
0 commit comments