From 53f4120b4490fdcd353a891e4863ea00362cbbc2 Mon Sep 17 00:00:00 2001 From: "mergify[bot]" <37929162+mergify[bot]@users.noreply.github.com> Date: Thu, 7 Dec 2023 12:58:35 -0500 Subject: [PATCH] ci(release): consider lightweight tags, run workflow on tag (#1819) (#1820) (cherry picked from commit af1d386b54380d57744af4f4e270432ef78e33fc) Co-authored-by: Elliott Baron --- .github/workflows/push-ci.yml | 2 ++ pom.xml | 1 + 2 files changed, 3 insertions(+) diff --git a/.github/workflows/push-ci.yml b/.github/workflows/push-ci.yml index 4e0463b88f..e5c217f4f4 100644 --- a/.github/workflows/push-ci.yml +++ b/.github/workflows/push-ci.yml @@ -11,6 +11,8 @@ on: - v[0-9]+ - v[0-9]+.[0-9]+ - cryostat-v[0-9]+.[0-9]+ + tags: + - v[0-9]+.[0-9]+.[0-9]+ jobs: code-analysis: diff --git a/pom.xml b/pom.xml index 39e2c42119..7521aa9d53 100644 --- a/pom.xml +++ b/pom.xml @@ -449,6 +449,7 @@ git describe + --tags --dirty --long --always