Skip to content

Commit 15cf291

Browse files
authored
CircleCI: release-related fix (#1604)
1 parent 9f218d6 commit 15cf291

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.circleci/config.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -399,16 +399,17 @@ workflows:
399399
# <<: *on-any-branch
400400
<<: *on-integ-and-version-tags
401401
- platform_build:
402+
<<: *on-integ-and-version-tags
402403
matrix:
403404
parameters:
404405
platform: [bionic, xenial, centos7]
405-
<<: *on-integ-and-version-tags
406406
- deploy_branch:
407+
<<: *on-integ-branch
407408
requires:
408409
- platform_build
409410
- build_macos
410-
<<: *on-integ-branch
411411
- release_automation:
412+
<<: *on-version-tags
412413
requires:
413414
- deploy_release
414415
- deploy_release:
@@ -421,6 +422,7 @@ workflows:
421422
requires:
422423
- build
423424
- performance_ci_automation:
425+
<<: *on-integ-and-version-tags
424426
requires:
425427
- platform_build
426428

0 commit comments

Comments
 (0)