Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/Documenter.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Documenter
on:
push:
branches: [master]
branches: [main]
tags: [v*]
pull_request:
branches:
- master
- main
workflow_dispatch:
jobs:
Documenter:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/Tier1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ name: Tier1
on:
push:
branches:
- master
- main
paths-ignore:
- 'LICENSE.md'
- 'README.md'
- 'docs/*'
pull_request:
branches:
- master
- main
paths-ignore:
- 'LICENSE.md'
- 'README.md'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/Tier2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ name: Tier2
on:
push:
branches:
- master
- main
paths-ignore:
- 'LICENSE.md'
- 'README.md'
- 'docs/*'
pull_request:
branches:
- master
- main
paths-ignore:
- 'LICENSE.md'
- 'README.md'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
[![Dev](https://img.shields.io/badge/docs-dev-blue.svg)](https://RePsychLing.github.io/MixedModelsSim.jl/dev)
![T1-url][T1-img]
![T2-url][T2-img]
[![Codecov](https://codecov.io/gh/RePsychLing/MixedModelsSim.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/RePsychLing/MixedModelsSim.jl)
[![Codecov](https://codecov.io/gh/RePsychLing/MixedModelsSim.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/RePsychLing/MixedModelsSim.jl)

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

Expand Down