File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ jobs:
122122 runs-on : [self-hosted, Windows]
123123 if : " (
124124 github.event_name == 'push'
125- && github.ref != 'refs/heads/master '
125+ && github.ref != 'refs/heads/main '
126126 )
127127 || (
128128 github.event_name == 'pull_request'
Original file line number Diff line number Diff line change 1313 && !contains(github.event.pull_request.body, '[skip docs]')
1414 )
1515 || contains(github.event.ref, 'scaladoc')
16- || contains(github.event.ref, 'master ')"
16+ || contains(github.event.ref, 'main ')"
1717
1818 steps :
1919 - name : Git Checkout
8282 )
8383 || contains(github.event.ref, 'scaladoc')
8484 || contains(github.event.ref, 'scala3doc')
85- || contains(github.event.ref, 'master '))"
85+ || contains(github.event.ref, 'main '))"
8686
8787 steps :
8888 - name : Git Checkout
Original file line number Diff line number Diff line change 11Dotty
22=====
3- [ ![ Dotty CI] ( https://github.com/lampepfl/dotty/workflows/Dotty/badge.svg?branch=master )] ( https://github.com/lampepfl/dotty/actions?query=branch%3Amaster )
3+ [ ![ Dotty CI] ( https://github.com/lampepfl/dotty/workflows/Dotty/badge.svg?branch=master )] ( https://github.com/lampepfl/dotty/actions?query=branch%3Amain )
44[ ![ Join the chat at https://discord.com/invite/scala ] ( https://img.shields.io/discord/632150470000902164 )] ( https://discord.com/invite/scala )
55
66* [ Homepage] ( https://dotty.epfl.ch )
You can’t perform that action at this time.
0 commit comments