Skip to content

Commit 15a2ffa

Browse files
authored
build: changes for primary branch rename to main (#1631)
Applies changes for the `DIRECT` phase of the renaming master to main planning doc.
1 parent 5712ab8 commit 15a2ffa

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ workflows:
4343
filters:
4444
branches:
4545
only:
46-
- master
46+
- main
4747
# Runs monitoring jobs at 10:00AM every day.
4848
cron: '0 10 * * *'
49-
49+

.github/workflows/node.js.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ name: E2E Test
55

66
on:
77
push:
8-
branches: [ master ]
8+
branches: [ main ]
99
pull_request:
10-
branches: [ master ]
10+
branches: [ main ]
1111

1212
jobs:
1313
build:

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
schedule:
55
- cron: '0 5 * * 0'
66
push:
7-
branches: [master]
7+
branches: [main]
88
workflow_dispatch:
99

1010
# Declare default permissions as read only.

0 commit comments

Comments
 (0)