File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3
3
push :
4
4
branches :
5
5
- ' *.x'
6
- - master
6
+ - main
7
7
- next
8
8
- beta
9
9
- alpha
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ You must follow the [commit message guidelines](#commit-message-guidelines).
7
7
8
8
## Pull Request Process
9
9
10
- 1 . Fork the repo and create your branch from ` master ` .
10
+ 1 . Fork the repo and create your branch from ` main ` .
11
11
1 . Implement your changes.
12
12
1 . If applicable to your changes, add, remove or update tests.
13
13
1 . If applicable to your change, update the readme accordingly.
Original file line number Diff line number Diff line change @@ -171,7 +171,7 @@ a cleaner interface that's not bound to Sequelize.
171
171
With version 3.0.0 the library was almost completely rewritten, which leaves
172
172
very little similarity with the original repo.
173
173
174
- [ tests-badge ] : https://img.shields.io/github/actions/workflow/status/scriptcoded/sql-highlight/test.yml?branch=master &label=tests
174
+ [ tests-badge ] : https://img.shields.io/github/actions/workflow/status/scriptcoded/sql-highlight/test.yml?branch=main &label=tests
175
175
[ tests-url ] : https://github.com/scriptcoded/sql-highlight/actions/workflows/test.yml
176
176
[ coveralls-badge ] : https://coveralls.io/repos/github/scriptcoded/sql-highlight/badge.svg
177
177
[ coveralls-url ] : https://coveralls.io/github/scriptcoded/sql-highlight
Original file line number Diff line number Diff line change 4
4
module . exports = {
5
5
branches : [
6
6
'+([0-9])?(.{+([0-9]),x}).x' ,
7
- 'master ' ,
7
+ 'main ' ,
8
8
'next' ,
9
9
{ name : 'beta' , prerelease : true } ,
10
10
{ name : 'alpha' , prerelease : true }
You can’t perform that action at this time.
0 commit comments