Deploy only when tags are pushed for controlled releases.
.circleci/config.yml
This workflow triggers only on tags matching v* (like v1.0.0) and creates an
environment named after the tag.
Next Steps
- Add multi-stage deployment with approval
Last modified on