Skip to content

Commit 0b39eee

Browse files
devversiondgp1130
authored andcommitted
build: preparation for primary branch rename in the Angular repos
Preparation for the framework repo as outlined our planning document.
1 parent 8e3b551 commit 0b39eee

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.circleci/config.yml

+4
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ var_5: &only_release_branches
2929
filters:
3030
branches:
3131
only:
32+
- main
33+
# TODO(BRANCH_RENAME_CLEANUP): remove
3234
- master
3335
- /\d+\.\d+\.x/
3436

@@ -354,6 +356,8 @@ workflows:
354356
branches:
355357
only:
356358
- renovate/angular
359+
- main
360+
# TODO(BRANCH_RENAME_CLEANUP): remove
357361
- master
358362
- e2e-cli:
359363
name: e2e-cli-node-12

.github/workflows/scorecard.yml

+5-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@ on:
44
schedule:
55
- cron: '0 2 * * 0'
66
push:
7-
branches: [master]
7+
branches: [
8+
main,
9+
# TODO(BRANCH_RENAME_CLEANUP): remove
10+
master,
11+
]
812
workflow_dispatch:
913

1014
# Declare default permissions as read only.

0 commit comments

Comments
 (0)