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)