File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ aliases:
96
96
filters :
97
97
branches :
98
98
only :
99
- - develop
99
+ - main
100
100
stage-filter : &stageFilter
101
101
filters :
102
102
branches :
@@ -106,7 +106,7 @@ aliases:
106
106
filters :
107
107
branches :
108
108
only :
109
- - master
109
+ - latest
110
110
ui-deps-cache-key : &uiDepsCacheKey
111
111
key : v1-ui-deps-{{ checksum "yarn.lock" }}
112
112
api-deps-cache-key : &apiDepsCacheKey
@@ -759,8 +759,8 @@ workflows:
759
759
- /^release.*/
760
760
- /^e2e.*/
761
761
- /^feature/e2e.*/
762
- - develop
763
- - master
762
+ - main
763
+ - latest
764
764
- e2e-tests :
765
765
name : E2ETest
766
766
build : docker
@@ -847,7 +847,7 @@ workflows:
847
847
# parameters:
848
848
# rte: *iTestsNames
849
849
# name: Itest - << matrix.rte >> (code)
850
- # Needs approval from QA team that build was tested before merging to master
850
+ # Needs approval from QA team that build was tested before merging to latest
851
851
- qa-approve :
852
852
name : Approved by QA team
853
853
type : approval
@@ -931,14 +931,14 @@ workflows:
931
931
requires :
932
932
- Release AWS S3 Private (prod)
933
933
- Release Github (prod)
934
- << : *prodFilter # double check for "master "
934
+ << : *prodFilter # double check for "latest "
935
935
936
936
# Publish release
937
937
- publish-prod-aws :
938
938
name : Publish AWS S3
939
939
requires :
940
940
- Approve Publish Release (prod)
941
- << : *prodFilter # double check for "master "
941
+ << : *prodFilter # double check for "latest "
942
942
943
943
# Nightly tests
944
944
nightly :
@@ -948,8 +948,8 @@ workflows:
948
948
filters :
949
949
branches :
950
950
only :
951
- - master
952
- - develop
951
+ - main
952
+ - latest
953
953
jobs :
954
954
- docker :
955
955
name : Build docker image
You can’t perform that action at this time.
0 commit comments