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: paths:
- public - public
only: only:
- master - main
git_ops: git_ops:
image: elixir:latest image: elixir:latest
@ -86,7 +86,7 @@ git_ops:
stage: release stage: release
only: only:
refs: refs:
- master - main
except: except:
variables: variables:
- $CI_COMMIT_MESSAGE =~ /chore\:\ release version/ - $CI_COMMIT_MESSAGE =~ /chore\:\ release version/

View file

@ -1,5 +1,5 @@
# Heap # 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) [![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) [![Inline docs](http://inch-ci.org/github/jamesotron/heap.svg)](http://inch-ci.org/github/jamesotron/heap)