File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3,15 +3,15 @@ name: Build
33on :
44 push :
55 branches :
6- - master
6+ - main
77 paths :
88 - " **.cpp"
99 - " **.h"
1010 - " **.java"
1111
1212 pull_request :
1313 branches :
14- - master
14+ - main
1515
1616 workflow_dispatch :
1717
Original file line number Diff line number Diff line change 2525 auto2top : true ,
2626 autoHeader : false ,
2727 subMaxLevel : 2 ,
28- homepage : 'https://raw.githubusercontent.com/devopvoid/webrtc-java/master /README.md' ,
28+ homepage : 'https://raw.githubusercontent.com/devopvoid/webrtc-java/main /README.md' ,
2929 alias : {
30- '.*?/changelog' : 'https://raw.githubusercontent.com/devopvoid/webrtc-java/master /CHANGELOG' ,
30+ '.*?/changelog' : 'https://raw.githubusercontent.com/devopvoid/webrtc-java/main /CHANGELOG.md ' ,
3131 } ,
3232 search : {
3333 maxAge : 86400000 ,
Original file line number Diff line number Diff line change 3939 <scm >
4040 <connection >scm:git:git://github.com/devopvoid/webrtc-java.git</connection >
4141 <developerConnection >scm:git:ssh://git@github.com/devopvoid/webrtc-java.git</developerConnection >
42- <url >https://github.com/devopvoid/webrtc-java/tree/master </url >
42+ <url >https://github.com/devopvoid/webrtc-java/tree/main </url >
4343 <tag >HEAD</tag >
4444 </scm >
4545
You can’t perform that action at this time.
0 commit comments