Skip to content

Commit 7f094a9

Browse files
authored
chore: Added stable release workflow to the CI pipeline (#2490)
1 parent 0ae3a7b commit 7f094a9

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

.circleci/config.yml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -397,6 +397,22 @@ workflows:
397397
branches:
398398
only:
399399
- 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+
filters:
413+
branches:
414+
only:
415+
- release
400416

401417
# Scheduled smoke test workflow
402418
# Jobs are pulled from the getting-started-smoke-test inline orb defined below

0 commit comments

Comments
 (0)