Skip to content

Commit

Permalink
ci(release): consider lightweight tags, run workflow on tag (#1819) (#…
Browse files Browse the repository at this point in the history
…1820)

(cherry picked from commit af1d386)

Co-authored-by: Elliott Baron <[email protected]>
  • Loading branch information
mergify[bot] and ebaron authored Dec 7, 2023
1 parent 3a87b41 commit 53f4120
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/push-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -449,6 +449,7 @@
<executable>git</executable>
<arguments>
<argument>describe</argument>
<argument>--tags</argument>
<argument>--dirty</argument>
<argument>--long</argument>
<argument>--always</argument>
Expand Down

0 comments on commit 53f4120

Please sign in to comment.