From 2f215f5e832c9a13787b664a8e51a155a68099d1 Mon Sep 17 00:00:00 2001 From: Sean King Date: Sun, 7 Aug 2022 18:31:45 -0600 Subject: [PATCH] Move docker-stable stage to trigger only when the stable branch is pushed to --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7cacb2c0..67de1499 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -92,6 +92,6 @@ docker-stable: tags: - dind only: - - master@pleroma/admin-fe + - stable@pleroma/admin-fe