We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3149f43 + 6bb7c3e commit 1d3b590Copy full SHA for 1d3b590
1 file changed
.github/workflows/CI.yml
@@ -8,6 +8,8 @@ on:
8
branches: [master]
9
tags: ["*"]
10
pull_request:
11
+ branches:
12
+ - master
13
jobs:
14
test:
15
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }}
@@ -93,8 +95,8 @@ jobs:
93
95
- run: |
94
96
julia --project=docs -e '
97
using Documenter: doctest
- using TraitSimulation
- doctest(TraitSimulation)'
98
+ using VarianceComponentModels
99
+ doctest(VarianceComponentModels)'
100
- run: julia --project=docs docs/make.jl
101
env:
102
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments