From 25b75c5140308eb40c8f78f5ea03e1a974a3eaf0 Mon Sep 17 00:00:00 2001 From: Sean Eagan Date: Thu, 1 Apr 2021 13:33:25 -0500 Subject: [PATCH] Trigger Github mirroring on tag push Currently tags aren't mirrored until the next patchset is merged, which delays the Github release workflow. Signed-off-by: Sean Eagan Change-Id: I303a027ab6fab38b95058e6e89eaa9adb1f4a84b --- .zuul.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.zuul.yaml b/.zuul.yaml index 085fb34..2898587 100644 --- a/.zuul.yaml +++ b/.zuul.yaml @@ -37,6 +37,9 @@ jobs: - images-upload-git-mirror - airship-images-publish + tag: + jobs: + - images-upload-git-mirror - job: name: airship-images-functional