chore: change default branch to main.

This commit is contained in:
James Harton 2021-12-08 11:55:27 +13:00
parent 590723935e
commit 4a7bfc8b67
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

@ -44,4 +44,4 @@ frame
|> PNG.to_png("example.png")
```
![example.png](https://raw.githubusercontent.com/jamesotron/vivid_png.ex/master/example.png)
![example.png](https://raw.githubusercontent.com/jamesotron/vivid_png.ex/main/example.png)