From 4a7bfc8b67f0c4a6c0d4272e5c549733e9768def Mon Sep 17 00:00:00 2001 From: James Harton Date: Wed, 8 Dec 2021 11:55:27 +1300 Subject: [PATCH] chore: change default branch to `main`. --- .gitlab-ci.yml | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index b18dda3..5bfcdd4 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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/ diff --git a/README.md b/README.md index 81cbcc0..60c33ee 100644 --- a/README.md +++ b/README.md @@ -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)