Skip to content

Commit

Permalink
build: Add release job to circleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
roman-marcu committed Aug 1, 2024
1 parent 2184c94 commit d69ad9c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ workflows:
- maven-build
release:
jobs:
- maven-release
requires:
- maven-build
filters:
branches:
only: /^main$/
tags:
only: /^v[0-9]+\.[0-9]+\.[0-9]+$/
- maven-release:
requires:
- maven-build
filters:
branches:
only: /^main$/
tags:
only: /^v[0-9]+\.[0-9]+\.[0-9]+$/

0 comments on commit d69ad9c

Please sign in to comment.