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
  • Loading branch information
ebaron authored Dec 7, 2023
1 parent 1a5d4c4 commit af1d386
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 af1d386

Please sign in to comment.