Skip to content

Commit b298786

Browse files
devversionclydin
authored andcommitted
build: preparation for primary branch rename in the Angular repos
Preparation for the framework repo as outlined our planning document.
1 parent 88da071 commit b298786

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

.circleci/config.yml

Lines changed: 4 additions & 0 deletions
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

@@ -357,6 +359,8 @@ workflows:
357359
branches:
358360
only:
359361
- renovate/angular
362+
- main
363+
# TODO(BRANCH_RENAME_CLEANUP): remove
360364
- master
361365
- e2e-cli:
362366
name: e2e-cli-node-16

.github/workflows/scorecard.yml

Lines changed: 5 additions & 1 deletion
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)