From af1d386b54380d57744af4f4e270432ef78e33fc Mon Sep 17 00:00:00 2001 From: Elliott Baron Date: Thu, 7 Dec 2023 12:27:25 -0500 Subject: [PATCH] ci(release): consider lightweight tags, run workflow on tag (#1819) --- .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 14b0e9eba4..dd4e032a33 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 bfcbe99e4e..b173e6082b 100644 --- a/pom.xml +++ b/pom.xml @@ -449,6 +449,7 @@ git describe + --tags --dirty --long --always