Skip to content

Commit 0f78d84

Browse files
authored
Merge pull request #116 from JuliaMatrices/jishnub-patch-2
Remove explicit test on v1.8
2 parents 95cd26a + bd938a0 commit 0f78d84

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

.github/workflows/ci.yml

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,19 @@
11
name: CI
22
on:
3-
- push
4-
- pull_request
3+
create:
4+
tags:
5+
push:
6+
branches:
7+
- master
8+
paths-ignore:
9+
- 'LICENSE.md'
10+
- 'README.md'
11+
- '.github/workflows/TagBot.yml'
12+
pull_request:
13+
paths-ignore:
14+
- 'LICENSE.md'
15+
- 'README.md'
16+
- '.github/workflows/TagBot.yml'
517
jobs:
618
test:
719
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
@@ -12,7 +24,6 @@ jobs:
1224
version:
1325
- '1.6'
1426
- '1'
15-
- '^1.8.0-0'
1627
os:
1728
- ubuntu-latest
1829
- macOS-latest

0 commit comments

Comments
 (0)