From 183b5ede314b25c79c0f2d52cc75ac3b86770296 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?I=C3=B1igo=20Moreno?= <inigo.moreno@tecnalia.com>
Date: Mon, 25 Oct 2021 12:59:34 +0200
Subject: [PATCH] Add missing workflow rules

---
 ci-templates/auto-rules/no-default.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/ci-templates/auto-rules/no-default.yml b/ci-templates/auto-rules/no-default.yml
index 8dbd58f..011021a 100644
--- a/ci-templates/auto-rules/no-default.yml
+++ b/ci-templates/auto-rules/no-default.yml
@@ -11,6 +11,8 @@ workflow:
     - if: $CI_COMMIT_REF_NAME =~ /^noetic-.*/
       variables:
         DEFAULT_DISTRO: "noetic"
+    - if: $CI_COMMIT_TAG
+    - if: $CI_COMMIT_BRANCH
 
 industrial_ci_kinetic:
   extends: .industrial_ci
-- 
GitLab