Skip to content

Commit cc07768

Browse files
authored
Merge pull request #144 from alan-turing-institute/dev
add dev branches to ci; rm nightly and update ci badge
2 parents 0d73298 + 05892a3 commit cc07768

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ci.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,11 @@ on:
33
pull_request:
44
branches:
55
- master
6+
- dev
67
push:
78
branches:
89
- master
10+
- dev
911
tags: '*'
1012
jobs:
1113
test:
@@ -17,7 +19,6 @@ jobs:
1719
version:
1820
- '1.5'
1921
- '1'
20-
- 'nightly'
2122
os:
2223
- ubuntu-latest
2324
arch:

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# DataScienceTutorials.jl
22

3-
Latest CI build: [![Tutorials status](https://travis-ci.com/alan-turing-institute/DataScienceTutorials.jl.svg?branch=master)](https://travis-ci.com/alan-turing-institute/DataScienceTutorials.jl) with
3+
Latest CI build: [![Tutorials status](https://github.com/alan-turing-institute/DataScienceTutorials.jl/workflows/CI/badge.svg)](https://github.com/alan-turing-institute/DataScienceTutorials.jl/actions) with
44

55
```
66
[336ed68f] CSV v0.6.2

0 commit comments

Comments
 (0)