File tree Expand file tree Collapse file tree 8 files changed +13
-13
lines changed Expand file tree Collapse file tree 8 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ name: Build
55
66on :
77 push :
8- branches : [master ]
8+ branches : [main ]
99 pull_request :
10- branches : [master ]
10+ branches : [main ]
1111
1212jobs :
1313 build :
Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ name: Docs
55
66on :
77 push :
8- branches : [master ]
8+ branches : [main ]
99 pull_request :
10- branches : [master ]
10+ branches : [main ]
1111
1212jobs :
1313 build-docs :
Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ name: Lint
55
66on :
77 push :
8- branches : [master ]
8+ branches : [main ]
99 pull_request :
10- branches : [master ]
10+ branches : [main ]
1111
1212jobs :
1313 run-linter :
Original file line number Diff line number Diff line change 11on :
22 push :
33 branches :
4- - master
4+ - main
55
66permissions :
77 contents : write
Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ name: E2E tests
55
66on :
77 push :
8- branches : [master ]
8+ branches : [main ]
99 pull_request :
10- branches : [master ]
10+ branches : [main ]
1111
1212jobs :
1313 test-e2e :
Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ name: Unit tests
55
66on :
77 push :
8- branches : [master ]
8+ branches : [main ]
99 pull_request :
10- branches : [master ]
10+ branches : [main ]
1111
1212jobs :
1313 test-unit :
Original file line number Diff line number Diff line change @@ -7,6 +7,6 @@ export default [
77 } ,
88 {
99 text : 'Changelog' ,
10- link : `${ pkg . homepage } /blob/master /CHANGELOG.md` ,
10+ link : `${ pkg . homepage } /blob/main /CHANGELOG.md` ,
1111 } ,
1212]
Original file line number Diff line number Diff line change @@ -14,6 +14,6 @@ git add -A
1414git commit -m ' chore(docs): deploying'
1515
1616# if you are deploying to https://<USERNAME>.github.io/<REPO>
17- git push -f git@github.com:mst101/vue-datepicker.git master :gh-pages
17+ git push -f git@github.com:mst101/vue-datepicker.git main :gh-pages
1818
1919cd -
You can’t perform that action at this time.
0 commit comments