We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f218d6 commit 15cf291Copy full SHA for 15cf291
.circleci/config.yml
@@ -399,16 +399,17 @@ workflows:
399
# <<: *on-any-branch
400
<<: *on-integ-and-version-tags
401
- platform_build:
402
+ <<: *on-integ-and-version-tags
403
matrix:
404
parameters:
405
platform: [bionic, xenial, centos7]
- <<: *on-integ-and-version-tags
406
- deploy_branch:
407
+ <<: *on-integ-branch
408
requires:
409
- platform_build
410
- build_macos
- <<: *on-integ-branch
411
- release_automation:
412
+ <<: *on-version-tags
413
414
- deploy_release
415
- deploy_release:
@@ -421,6 +422,7 @@ workflows:
421
422
423
- build
424
- performance_ci_automation:
425
426
427
428
0 commit comments