Skip to content

Commit a8607c7

Browse files
authored
Updates after renaming default branch (#51)
1 parent 98141b5 commit a8607c7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/CI.yml

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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# MapTiles
22

33
[![CI](https://github.com/JuliaGeo/MapTiles.jl/workflows/CI/badge.svg)](https://github.com/JuliaGeo/MapTiles.jl/actions?query=workflow%3ACI)
4-
[![codecov.io](http://codecov.io/github/JuliaGeo/MapTiles.jl/coverage.svg?branch=master)](http://codecov.io/github/JuliaGeo/MapTiles.jl?branch=master)
4+
[![codecov.io](http://codecov.io/github/JuliaGeo/MapTiles.jl/coverage.svg?branch=main)](http://codecov.io/github/JuliaGeo/MapTiles.jl?branch=main)
55

66
MapTiles is a [Julia](https://julialang.org/) package for working with
77
[tiled web maps](https://en.wikipedia.org/wiki/Tiled_web_map), also known as slippy maps.

0 commit comments

Comments
 (0)