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