chore: change default branch to main.

This commit is contained in:
James Harton 2021-12-08 12:14:46 +13:00
parent f2a8d9931f
commit b8f6b01748
2 changed files with 3 additions and 3 deletions

View file

@ -77,7 +77,7 @@ pages:
paths:
- public
only:
- master
- main
git_ops:
image: elixir:latest
@ -86,7 +86,7 @@ git_ops:
stage: release
only:
refs:
- master
- main
except:
variables:
- $CI_COMMIT_MESSAGE =~ /chore\:\ release version/

View file

@ -1,5 +1,5 @@
# Heap
[![Build Status](https://travis-ci.org/jamesotron/heap.svg?branch=master)](https://travis-ci.org/jamesotron/heap)
[![Build Status](https://travis-ci.org/jamesotron/heap.svg?branch=main)](https://travis-ci.org/jamesotron/heap)
[![Hex.pm](https://img.shields.io/hexpm/v/heap.svg)](https://hex.pm/packages/heap)
[![Inline docs](http://inch-ci.org/github/jamesotron/heap.svg)](http://inch-ci.org/github/jamesotron/heap)