From 3c99683463ec0281b7a53e0214486b94c4b6c41a Mon Sep 17 00:00:00 2001 From: Georg Krause <mail@georg-krause.net> Date: Mon, 23 Aug 2021 21:22:33 +0200 Subject: [PATCH] No masters, no slaves --- .gitlab-ci.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1f03530..7e08f7b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -46,6 +46,6 @@ pages: paths: - public/ only: - - master@funkwhale/contribute + - main@funkwhale/contribute tags: - docker diff --git a/README.md b/README.md index 5086a5f..50ee242 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ The Front-end app that powers https://contribute.funkwhale.audio/ ## Edit tasks/guides The wordings, steps and screenshots are all described in -https://dev.funkwhale.audio/funkwhale/contribute/blob/master/src/mixins/TaskMixin.vue#L6 +https://dev.funkwhale.audio/funkwhale/contribute/blob/main/src/mixins/TaskMixin.vue#L6 ### Adding a task -- GitLab