Skip to content

Commit 699f6e3

Browse files
committed
Rename branch master to main
1 parent fb4f63a commit 699f6e3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: CI
33
on:
44
push:
55
branches:
6-
- master
6+
- main
77
- dev
88
- 'releases/**'
99
tags: '*'

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
[![Documentation for stable version](https://img.shields.io/badge/docs-stable-blue.svg)](https://JuliaArrays.github.io/ArraysOfArrays.jl/stable)
44
[![Documentation for development version](https://img.shields.io/badge/docs-dev-blue.svg)](https://JuliaArrays.github.io/ArraysOfArrays.jl/dev)
55
[![License](http://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat)](LICENSE.md)
6-
[![Build Status](https://github.com/oschulz/ArraysOfArrays.jl/workflows/CI/badge.svg?branch=master)](https://github.com/oschulz/ArraysOfArrays.jl/actions?query=workflow%3ACI)
7-
[![Codecov](https://codecov.io/gh/JuliaArrays/ArraysOfArrays.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/JuliaArrays/ArraysOfArrays.jl)
6+
[![Build Status](https://github.com/oschulz/ArraysOfArrays.jl/workflows/CI/badge.svg?branch=main)](https://github.com/oschulz/ArraysOfArrays.jl/actions?query=workflow%3ACI)
7+
[![Codecov](https://codecov.io/gh/JuliaArrays/ArraysOfArrays.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/JuliaArrays/ArraysOfArrays.jl)
88

99

1010
A Julia package for efficient storage and handling of nested arrays.

0 commit comments

Comments
 (0)