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 @@ -4,7 +4,7 @@ name: Build and Deploy GhPages docs
4
4
on :
5
5
push :
6
6
branches :
7
- - master
7
+ - main
8
8
9
9
jobs :
10
10
build-and-deploy :
Original file line number Diff line number Diff line change 1
1
name : Release
2
2
on :
3
3
push :
4
- branches : ["master "]
4
+ branches : ["main "]
5
5
tags : ["v*"]
6
6
jobs :
7
7
publish :
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ How to Perform a Release
16
16
17
17
# For v2.x onwards
18
18
ver=2.0.0 # change this to new version
19
- git checkout master
19
+ git checkout main
20
20
git tag -s v$ver
21
21
git push --tags
22
22
```
Original file line number Diff line number Diff line change @@ -145,7 +145,7 @@ object Build {
145
145
ScalatexReadme (
146
146
projectId = " readme" ,
147
147
wd = file(" " ),
148
- url = " https://github.com/scala-js/scala-js-dom/tree/master " ,
148
+ url = " https://github.com/scala-js/scala-js-dom/tree/main " ,
149
149
source = " Index" ,
150
150
autoResources = Seq (" example-opt.js" ),
151
151
)
You can’t perform that action at this time.
0 commit comments