.gitlab-ci.yml (deploy): Deploy on main branch

The switch to the `main` branch follows our conventions for other
repositories as we switch to trunk-based development.

Given that main will always be in a deployable state, there's no use in
waiting for tags.
main
Mike Gerwitz 2021-08-13 15:12:46 -04:00
parent 0ff0f88e5f
commit a008d11fb3
1 changed files with 1 additions and 1 deletions

View File

@ -51,4 +51,4 @@ pages:
- public/
expire_in: 30 min
only:
- tags
- main