.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
parent
0ff0f88e5f
commit
a008d11fb3
|
@ -51,4 +51,4 @@ pages:
|
|||
- public/
|
||||
expire_in: 30 min
|
||||
only:
|
||||
- tags
|
||||
- main
|
||||
|
|
Loading…
Reference in New Issue