Skip to content

Commit

Permalink
fix release build
Browse files Browse the repository at this point in the history
  • Loading branch information
mjakubowski84 committed Feb 19, 2022
1 parent b55ce05 commit 437a865
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,19 +183,39 @@ workflows:
project: core
requires:
- build
filters:
tags:
only: /^v.*/
branches:
ignore: /.*/
- test:
name: test_akka
project: akka
requires:
- build
filters:
tags:
only: /^v.*/
branches:
ignore: /.*/
- test:
name: test_fs2
project: fs2
requires:
- build
filters:
tags:
only: /^v.*/
branches:
ignore: /.*/
- release:
requires:
- test_core
- test_akka
- test_fs2
filters:
tags:
only: /^v.*/
branches:
ignore: /.*/

0 comments on commit 437a865

Please sign in to comment.