Skip to content

Commit d3a2f64

Browse files
authored
Update ci.yml (#41)
1 parent ef08702 commit d3a2f64

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.github/workflows/ci.yml

+7-6
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
11
name: CI
22
on:
3-
- push
4-
- pull_request
5-
- workflow_dispatch
3+
push:
4+
branches: ['master']
5+
pull_request:
6+
workflow_dispatch:
67
jobs:
78
test:
89
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }}
910
runs-on: ${{ matrix.os }}
1011
strategy:
12+
fail-fast: false
1113
matrix:
1214
version:
13-
- '1.4'
15+
- '1'
1416
- '1.6'
15-
- 'nightly'
1617
os:
1718
- ubuntu-latest
1819
- macOS-latest
@@ -37,7 +38,7 @@ jobs:
3738
- uses: actions/checkout@v2
3839
- uses: julia-actions/setup-julia@v1
3940
with:
40-
version: '1.6'
41+
version: '1'
4142
- run: |
4243
julia --project=docs -e '
4344
using Pkg

0 commit comments

Comments
 (0)