Skip to content
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.

Commit

Permalink
enable release on 0.2.3 branch
Browse files Browse the repository at this point in the history
  • Loading branch information
flyingsilverfin committed Aug 10, 2020
1 parent 7a3acbe commit f5d84ae
Showing 1 changed file with 15 additions and 5 deletions.
20 changes: 15 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,29 +157,39 @@ workflows:
- build-checkstyle:
filters:
branches:
only: master
only:
- master
- release-branch-0.2.3
- build-analysis:
filters:
branches:
only: master
only:
- master
- release-branch-0.2.3
- deploy-maven-snapshot:
filters:
branches:
only: master
only:
- master
- release-branch-0.2.3
requires:
- build
- build-analysis
- build-checkstyle
- sync-dependencies-snapshot:
filters:
branches:
only: master
only:
- master
- release-branch-0.2.3
requires:
- deploy-maven-snapshot
- release-approval:
filters:
branches:
only: master
only:
- master
- release-branch-0.2.3
requires:
- sync-dependencies-snapshot

Expand Down

0 comments on commit f5d84ae

Please sign in to comment.