Skip to content

Commit

Permalink
build: preparation for primary branch rename in the Angular repos
Browse files Browse the repository at this point in the history
Preparation for the framework repo as outlined our planning
document.
  • Loading branch information
devversion authored and dgp1130 committed May 5, 2022
1 parent 8e3b551 commit 0b39eee
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ var_5: &only_release_branches
filters:
branches:
only:
- main
# TODO(BRANCH_RENAME_CLEANUP): remove
- master
- /\d+\.\d+\.x/

Expand Down Expand Up @@ -354,6 +356,8 @@ workflows:
branches:
only:
- renovate/angular
- main
# TODO(BRANCH_RENAME_CLEANUP): remove
- master
- e2e-cli:
name: e2e-cli-node-12
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ on:
schedule:
- cron: '0 2 * * 0'
push:
branches: [master]
branches: [
main,
# TODO(BRANCH_RENAME_CLEANUP): remove
master,
]
workflow_dispatch:

# Declare default permissions as read only.
Expand Down

0 comments on commit 0b39eee

Please sign in to comment.