Skip to content

Commit 19f7dd0

Browse files
committed
chore: rename master branch to main
1 parent 8055273 commit 19f7dd0

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build
22
on:
33
push:
44
branches:
5-
- master
5+
- main
66
- 'renovate/**'
77
- 'github-renovate/**'
88
pull_request:

.github/workflows/lint-commit-messages.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Lint commit messages
22
on:
33
push:
44
branches:
5-
- master
5+
- main
66
- 'renovate/**'
77
- 'github-renovate/**'
88
pull_request:

.releaserc.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module.exports = {
2-
branches: ['master'],
2+
branches: ['main'],
33
plugins: [
44
[
55
'@semantic-release/commit-analyzer',

0 commit comments

Comments
 (0)