Skip to content

Commit dad2ab9

Browse files
Rename master branch to main in CI
1 parent 1130c52 commit dad2ab9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'

.github/workflows/scaladoc.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
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
@@ -82,7 +82,7 @@ jobs:
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Dotty
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)

0 commit comments

Comments
 (0)