Skip to content

Commit 3f4d4ae

Browse files
committed
Updates for base branch rename
1 parent 4371dc0 commit 3f4d4ae

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
@@ -1,7 +1,7 @@
11
name: CI
22
on:
33
push:
4-
branches: [master]
4+
branches: [main]
55
tags: ["*"]
66
pull_request:
77
jobs:

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# FrankenTuples.jl
22

3-
[![Build status](https://github.com/ararslan/FrankenTuples.jl/workflows/CI/badge.svg)](https://github.com/ararslan/FrankenTuples.jl/actions?query=workflow%3ACI+branch%3Amaster)
4-
[![codecov](https://codecov.io/gh/ararslan/FrankenTuples.jl/branch/master/graph/badge.svg?token=G47EaAAqKi)](https://codecov.io/gh/ararslan/FrankenTuples.jl)
3+
[![Build status](https://github.com/ararslan/FrankenTuples.jl/workflows/CI/badge.svg)](https://github.com/ararslan/FrankenTuples.jl/actions?query=workflow%3ACI+branch%3Amain)
4+
[![codecov](https://codecov.io/gh/ararslan/FrankenTuples.jl/branch/main/graph/badge.svg?token=G47EaAAqKi)](https://codecov.io/gh/ararslan/FrankenTuples.jl)
55
[![][docs-latest-img]][docs-latest-url]
66

77
This package defines a type, `FrankenTuple`, which is like a cross between a `Tuple` and a

0 commit comments

Comments
 (0)