File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ name: Test
2
2
3
3
on :
4
4
push :
5
- branches : [master ]
5
+ branches : [main ]
6
6
pull_request :
7
- branches : [master ]
7
+ branches : [main ]
8
8
9
9
jobs :
10
10
lint :
Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ enhanced-resolve will try to resolve requests containing `#` as path and as frag
144
144
npm test
145
145
```
146
146
147
- [ ![ Build Status] ( https://secure.travis-ci.org/webpack/enhanced-resolve.png?branch=master )] ( http://travis-ci.org/webpack/enhanced-resolve )
147
+ [ ![ Build Status] ( https://secure.travis-ci.org/webpack/enhanced-resolve.png?branch=main )] ( http://travis-ci.org/webpack/enhanced-resolve )
148
148
149
149
## Passing options from webpack
150
150
Original file line number Diff line number Diff line change @@ -134,12 +134,12 @@ rules:
134
134
135
135
136
136
137
- # add non-master label to pull request to other branch
137
+ # add non-main label to pull request to other branch
138
138
- filters :
139
139
pull_request :
140
- base_ref : " ^(?!master )"
140
+ base_ref : " ^(?!main )"
141
141
actions :
142
- label : " PR: non-master "
142
+ label : " PR: non-main "
143
143
144
144
145
145
You can’t perform that action at this time.
0 commit comments