chore: change default branch to main.

This commit is contained in:
James Harton 2021-12-08 17:49:24 +13:00
parent a79080a93d
commit 9b29d8ce43

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/