Skip to content

Commit

Permalink
Logic for triggering circleci build after tag creation (#87)
Browse files Browse the repository at this point in the history
  • Loading branch information
l0uden authored Oct 2, 2023
1 parent 320eb28 commit 7f6462c
Show file tree
Hide file tree
Showing 2 changed files with 45 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,9 @@ workflows:
- trigger-new-pipeline:
context:
- circleci-api
filters:
tags:
only: /(\d+\.\d+\.\d+)/
- wait-for-triggered-pipeline:
type: approval
requires:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
<!--
A new scriv changelog fragment.
Uncomment the section that is right (remove the HTML comment wrapper).
-->

<!--
### Removed
- A bullet item for the Removed category.
-->
<!--
### Added
- A bullet item for the Added category.
-->
<!--
### Changed
- A bullet item for the Changed category.
-->
<!--
### Deprecated
- A bullet item for the Deprecated category.
-->
<!--
### Fixed
- A bullet item for the Fixed category.
-->
<!--
### Security
- A bullet item for the Security category.
-->

0 comments on commit 7f6462c

Please sign in to comment.