We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e3b551 commit 0b39eeeCopy full SHA for 0b39eee
.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
@@ -354,6 +356,8 @@ workflows:
354
356
355
357
358
- renovate/angular
359
360
361
362
- e2e-cli:
363
name: e2e-cli-node-12
.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