Skip to content

Commit 19fa561

Browse files
committed
Rename master branch to main
1 parent 60b4f5d commit 19fa561

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

+1-1
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

+2-2
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://oschulz.github.io/ForwardDiffPullbacks.jl/stable)
44
[![Documentation for development version](https://img.shields.io/badge/docs-dev-blue.svg)](https://oschulz.github.io/ForwardDiffPullbacks.jl/dev)
55
[![License](http://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat)](LICENSE.md)
6-
[![Build Status](https://github.com/oschulz/ForwardDiffPullbacks.jl/workflows/CI/badge.svg?branch=master)](https://github.com/oschulz/ForwardDiffPullbacks.jl/actions?query=workflow%3ACI)
7-
[![Codecov](https://codecov.io/gh/oschulz/ForwardDiffPullbacks.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/oschulz/ForwardDiffPullbacks.jl)
6+
[![Build Status](https://github.com/oschulz/ForwardDiffPullbacks.jl/workflows/CI/badge.svg?branch=main)](https://github.com/oschulz/ForwardDiffPullbacks.jl/actions?query=workflow%3ACI)
7+
[![Codecov](https://codecov.io/gh/oschulz/ForwardDiffPullbacks.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/oschulz/ForwardDiffPullbacks.jl)
88

99
ForwardDiffPullbacks implements pullbacks compatible with
1010
[ChainRulesCore](https://github.com/JuliaDiff/ChainRulesCore.jl) that are calculated via

0 commit comments

Comments
 (0)