chore: change default branch to main.

This commit is contained in:
James Harton 2021-12-08 17:52:48 +13:00
parent 73d59705b3
commit 619ad91ef2

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/