We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ae3a7b commit 7f094a9Copy full SHA for 7f094a9
.circleci/config.yml
@@ -397,6 +397,22 @@ workflows:
397
branches:
398
only:
399
- main
400
+ - deploy:
401
+ name: deploy stable
402
+ lane: release
403
+ <<: *deploy_requires
404
+ filters:
405
+ branches:
406
+ only:
407
+ - release
408
+ - generate_api_docs:
409
+ name: Generate api documentation
410
+ requires:
411
+ - deploy stable
412
413
414
415
416
417
# Scheduled smoke test workflow
418
# Jobs are pulled from the getting-started-smoke-test inline orb defined below
0 commit comments