File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 "fixed" : [],
66 "linked" : [],
77 "access" : " public" ,
8- "baseBranch" : " dev " ,
8+ "baseBranch" : " main " ,
99 "updateInternalDependencies" : " patch" ,
1010 "ignore" : [" example-react-app" ]
1111}
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ name: Build
22
33on :
44 push :
5- branches : [dev ]
5+ branches : [main ]
66 pull_request :
7- branches : [dev ]
7+ branches : [main ]
88
99jobs :
1010 build :
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ name: CLI
22
33on :
44 push :
5- branches : [dev ]
5+ branches : [main ]
66 pull_request :
7- branches : [dev ]
7+ branches : [main ]
88
99jobs :
1010 cli :
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ name: Lint
22
33on :
44 push :
5- branches : [dev ]
5+ branches : [main ]
66 pull_request :
7- branches : [dev ]
7+ branches : [main ]
88
99jobs :
1010 lint :
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: Release
22
33on :
44 push :
5- branches : [dev ]
5+ branches : [main ]
66
77concurrency : ${{ github.workflow }}-${{ github.ref }}
88
You can’t perform that action at this time.
0 commit comments