Skip to content

Commit 4c5fae7

Browse files
committed
chore: add main references in circleci
1 parent 6961518 commit 4c5fae7

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

.circleci/config.yml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ integration-dev_filters: &integration-dev_filters
2424
tags:
2525
only: /integration-.*/
2626

27-
integration-master_filters: &integration-master_filters
27+
integration-main_filters: &integration-main_filters
2828
branches:
2929
ignore: /.*/
3030
tags:
3131
only:
32-
/master-.*/
32+
/main-.*/
3333

3434
prod-deploy_requires: &prod-deploy_requires
35-
- scantest-master
35+
- scantest-main
3636

3737
workflows:
3838
lint_pack-validate_publish-dev:
@@ -56,29 +56,29 @@ workflows:
5656
- orb-tools/publish-dev
5757
filters:
5858
branches:
59-
ignore: master
59+
ignore: main
6060

6161
- orb-tools/trigger-integration-workflow:
62-
name: trigger-integration-master
62+
name: trigger-integration-main
6363
ssh-fingerprints: e9:f6:21:2e:39:71:e1:49:24:6c:8a:02:8d:4e:36:76
6464
cleanup-tags: true
65-
tag: master
65+
tag: main
6666
requires:
6767
- orb-tools/publish-dev
6868
filters:
6969
branches:
70-
only: master
70+
only: main
7171

7272
integration-tests_prod-deploy:
7373
jobs:
74-
# triggered by non-master branch commits
74+
# triggered by non-main branch commits
7575
- scantest:
7676
name: scantest-dev
7777
filters: *integration-dev_filters
78-
# triggered by master branch commits
78+
# triggered by main branch commits
7979
- scantest:
80-
name: scantest-master
81-
filters: *integration-master_filters
80+
name: scantest-main
81+
filters: *integration-main_filters
8282

8383
# patch, minor, or major publishing
8484
- orb-tools/dev-promote-prod:
@@ -89,7 +89,7 @@ workflows:
8989
branches:
9090
ignore: /.*/
9191
tags:
92-
only: /master-patch.*/
92+
only: /main-patch.*/
9393

9494
- orb-tools/dev-promote-prod:
9595
name: dev-promote-minor
@@ -100,7 +100,7 @@ workflows:
100100
branches:
101101
ignore: /.*/
102102
tags:
103-
only: /master-minor.*/
103+
only: /main-minor.*/
104104

105105
- orb-tools/dev-promote-prod:
106106
name: dev-promote-major
@@ -111,4 +111,4 @@ workflows:
111111
branches:
112112
ignore: /.*/
113113
tags:
114-
only: /master-major.*/
114+
only: /main-major.*/

0 commit comments

Comments
 (0)