File tree 3 files changed +4
-4
lines changed 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ jobs:
122
122
runs-on : [self-hosted, Windows]
123
123
if : " (
124
124
github.event_name == 'push'
125
- && github.ref != 'refs/heads/master '
125
+ && github.ref != 'refs/heads/main '
126
126
)
127
127
|| (
128
128
github.event_name == 'pull_request'
Original file line number Diff line number Diff line change 13
13
&& !contains(github.event.pull_request.body, '[skip docs]')
14
14
)
15
15
|| contains(github.event.ref, 'scaladoc')
16
- || contains(github.event.ref, 'master ')"
16
+ || contains(github.event.ref, 'main ')"
17
17
18
18
steps :
19
19
- name : Git Checkout
82
82
)
83
83
|| contains(github.event.ref, 'scaladoc')
84
84
|| contains(github.event.ref, 'scala3doc')
85
- || contains(github.event.ref, 'master '))"
85
+ || contains(github.event.ref, 'main '))"
86
86
87
87
steps :
88
88
- name : Git Checkout
Original file line number Diff line number Diff line change 1
1
Dotty
2
2
=====
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 )
4
4
[ ![ Join the chat at https://discord.com/invite/scala ] ( https://img.shields.io/discord/632150470000902164 )] ( https://discord.com/invite/scala )
5
5
6
6
* [ Homepage] ( https://dotty.epfl.ch )
You can’t perform that action at this time.
0 commit comments