Skip to content

Commit

Permalink
Rename branch master to main
Browse files Browse the repository at this point in the history
  • Loading branch information
oschulz committed Mar 14, 2022
1 parent 7a2bbbb commit 502c5a6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: CI
on:
push:
branches:
- master
- main
- 'releases/**'
tags: '*'
pull_request:
Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# RadiationSpectra.jl

[![Documentation for stable version](https://img.shields.io/badge/docs-stable-blue.svg)](https://JuliaPhysics.github.io/RadiationSpectra.jl/stable)
[![Documentation for development version](https://img.shields.io/badge/docs-master-blue.svg)](https://JuliaPhysics.github.io/RadiationSpectra.jl/master)
[![Documentation for development version](https://img.shields.io/badge/docs-main-blue.svg)](https://JuliaPhysics.github.io/RadiationSpectra.jl/main)
[![License](http://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat)](LICENSE.md)
[![Build Status](https://github.com/JuliaPhysics/RadiationSpectra.jl/workflows/CI/badge.svg?branch=master)](https://github.com/JuliaPhysics/RadiationSpectra.jl/actions?query=workflow%3ACI)
[![Codecov](https://codecov.io/gh/JuliaPhysics/RadiationSpectra.jl/branch/master/graph/badge.svg)](https://codecov.io/gh/JuliaPhysics/RadiationSpectra.jl)
[![Build Status](https://github.com/JuliaPhysics/RadiationSpectra.jl/workflows/CI/badge.svg?branch=main)](https://github.com/JuliaPhysics/RadiationSpectra.jl/actions?query=workflow%3ACI)
[![Codecov](https://codecov.io/gh/JuliaPhysics/RadiationSpectra.jl/branch/main/graph/badge.svg)](https://codecov.io/gh/JuliaPhysics/RadiationSpectra.jl)

RadiationSpectra.jl provides tools to analyse radiation spectra in Julia.


## Documentation

* [Documentation for stable version (latest release)](https://JuliaPhysics.github.io/RadiationSpectra.jl/stable)
* [Documentation for development version (master branch)](https://JuliaPhysics.github.io/RadiationSpectra.jl/master)
* [Documentation for development version (main branch)](https://JuliaPhysics.github.io/RadiationSpectra.jl/main)
4 changes: 2 additions & 2 deletions docs/make.jl
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ makedocs(

deploydocs(
repo = "github.com/JuliaPhysics/RadiationSpectra.jl.git",
devbranch = "master",
devurl = "master",
devbranch = "main",
devurl = "main",
forcepush = true,
push_preview = true,
)

0 comments on commit 502c5a6

Please sign in to comment.