From c04196d311c0cf73dba47efe6870d4d1398903ce Mon Sep 17 00:00:00 2001 From: Jeremie Deray Date: Tue, 1 Oct 2024 17:11:20 +0200 Subject: [PATCH] narrow CI tag filter --- .github/workflows/ubuntu-core-image.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ubuntu-core-image.yaml b/.github/workflows/ubuntu-core-image.yaml index 8375328..6bf780a 100644 --- a/.github/workflows/ubuntu-core-image.yaml +++ b/.github/workflows/ubuntu-core-image.yaml @@ -4,7 +4,7 @@ on: branches: - noetic-virtual tags: - - '*' + - '*-noetic-virtual' pull_request: branches: - noetic-virtual