From 48be959845294277dd89655c14fba099ee7d62cb Mon Sep 17 00:00:00 2001 From: TC Johnson Date: Fri, 23 Jun 2023 13:18:15 +0000 Subject: [PATCH] Switched distribute stage to fire on merges to stable branch --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index bb11e337..a948f5c8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -29,7 +29,7 @@ distribute_amd64: needs: - job: test_amd64 only: - - main + - stable tags: - linux - amd64