File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ name: Node.js CI
5
5
6
6
on :
7
7
push :
8
- branches : [ master ]
8
+ branches : [ main ]
9
9
pull_request :
10
- branches : [ master ]
10
+ branches : [ main ]
11
11
12
12
jobs :
13
13
build :
Original file line number Diff line number Diff line change 1
1
# core-validate-commit
2
2
3
- [ ![ Build Status] ( https://travis-ci .com/nodejs/core-validate-commit. svg?branch=master )] ( https://travis-ci .com/nodejs/core-validate-commit )
3
+ [ ![ Build Status] ( https://github .com/nodejs/core-validate-commit/actions/workflows/node.js.yml/badge. svg )] ( https://github .com/nodejs/core-validate-commit/actions/workflows/node.js.yml )
4
4
[ ![ codecov] ( https://img.shields.io/codecov/c/github/nodejs/core-validate-commit.svg?style=flat-square )] ( https://codecov.io/gh/nodejs/core-validate-commit )
5
5
6
6
Validate the commit message for a particular commit in node core
You can’t perform that action at this time.
0 commit comments