We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfb1a19 commit d23333dCopy full SHA for d23333d
1 file changed
.circleci/config.yml
@@ -442,7 +442,7 @@ after-platform-builds: &after-platform-builds
442
443
platform-build-defs: &platform-build-defs
444
<<: *after-build-and-test
445
- <<: *on-any-branch
+ <<: *on-integ-and-version-tags
446
# <<: *on-any-branch # debugging
447
448
@@ -488,7 +488,7 @@ workflows:
488
- deploy-snapshot:
489
context: common
490
<<: *after-platform-builds
491
+ <<: *on-integ-branch
492
- deploy-release:
493
494
0 commit comments