From de3f50eeb697931d90f8622315649f3f9512ddc9 Mon Sep 17 00:00:00 2001 From: Elliott Baron Date: Fri, 8 Dec 2023 15:16:44 -0500 Subject: [PATCH] ci(release): match all tags for push-ci workflow --- .github/workflows/push-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/push-ci.yml b/.github/workflows/push-ci.yml index dd4e032a33..d619d18a08 100644 --- a/.github/workflows/push-ci.yml +++ b/.github/workflows/push-ci.yml @@ -12,7 +12,6 @@ on: - v[0-9]+.[0-9]+ - cryostat-v[0-9]+.[0-9]+ tags: - - v[0-9]+.[0-9]+.[0-9]+ jobs: code-analysis: