We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88da071 commit b298786Copy full SHA for b298786
.circleci/config.yml
@@ -29,6 +29,8 @@ var_5: &only_release_branches
29
filters:
30
branches:
31
only:
32
+ - main
33
+ # TODO(BRANCH_RENAME_CLEANUP): remove
34
- master
35
- /\d+\.\d+\.x/
36
@@ -357,6 +359,8 @@ workflows:
357
359
358
360
361
- renovate/angular
362
363
364
365
- e2e-cli:
366
name: e2e-cli-node-16
.github/workflows/scorecard.yml
@@ -4,7 +4,11 @@ on:
4
schedule:
5
- cron: '0 2 * * 0'
6
push:
7
- branches: [master]
+ branches: [
8
+ main,
9
10
+ master,
11
+ ]
12
workflow_dispatch:
13
14
# Declare default permissions as read only.
0 commit comments