Skip to content

Commit 23ea639

Browse files
authored
rename master to main (#43)
1 parent 4b0815f commit 23ea639

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/Documenter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
name: Documenter
22
on:
33
push:
4-
branches: [master]
4+
branches: [main]
55
tags: [v*]
66
pull_request:
77
branches:
8-
- master
8+
- main
99
workflow_dispatch:
1010
jobs:
1111
Documenter:

.github/workflows/Tier1.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ name: Tier1
22
on:
33
push:
44
branches:
5-
- master
5+
- main
66
paths-ignore:
77
- 'LICENSE.md'
88
- 'README.md'
99
- 'docs/*'
1010
pull_request:
1111
branches:
12-
- master
12+
- main
1313
paths-ignore:
1414
- 'LICENSE.md'
1515
- 'README.md'

.github/workflows/Tier2.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ name: Tier2
22
on:
33
push:
44
branches:
5-
- master
5+
- main
66
paths-ignore:
77
- 'LICENSE.md'
88
- 'README.md'
99
- 'docs/*'
1010
pull_request:
1111
branches:
12-
- master
12+
- main
1313
paths-ignore:
1414
- 'LICENSE.md'
1515
- 'README.md'

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://RePsychLing.github.io/MixedModelsSim.jl/dev)
77
![T1-url][T1-img]
88
![T2-url][T2-img]
9-
[![Codecov](https://codecov.io/gh/RePsychLing/MixedModelsSim.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/RePsychLing/MixedModelsSim.jl)
9+
[![Codecov](https://codecov.io/gh/RePsychLing/MixedModelsSim.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/RePsychLing/MixedModelsSim.jl)
1010

1111
This package provides some utility functions for generating experimental designs, especially those with crossed factors.
1212

0 commit comments

Comments
 (0)