Skip to content

Commit 1d3b590

Browse files
committed
2 parents 3149f43 + 6bb7c3e commit 1d3b590

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/CI.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ on:
88
branches: [master]
99
tags: ["*"]
1010
pull_request:
11+
branches:
12+
- master
1113
jobs:
1214
test:
1315
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }}
@@ -93,8 +95,8 @@ jobs:
9395
- run: |
9496
julia --project=docs -e '
9597
using Documenter: doctest
96-
using TraitSimulation
97-
doctest(TraitSimulation)'
98+
using VarianceComponentModels
99+
doctest(VarianceComponentModels)'
98100
- run: julia --project=docs docs/make.jl
99101
env:
100102
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)