Skip to content

Commit 1e2dbab

Browse files
committed
Adjust CI to add 1.x latest and remove unnecessary runs on push.
1 parent d10b4a4 commit 1e2dbab

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/workflows/CI.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
name: CI
22
on:
3-
- push
4-
- pull_request
3+
push:
4+
branches:
5+
- master
6+
tags: '*'
7+
pull_request:
58
jobs:
69
test:
710
name: Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }}
@@ -11,6 +14,7 @@ jobs:
1114
matrix:
1215
version:
1316
- '1.6'
17+
- '1'
1418
- 'nightly'
1519
os:
1620
- ubuntu-latest

0 commit comments

Comments
 (0)