Skip to content

Commit

Permalink
Reinstate erroneously removed section of circleci
Browse files Browse the repository at this point in the history
  • Loading branch information
lloeki committed Apr 26, 2023
1 parent 92b7dd3 commit 35188bd
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,6 +177,17 @@ step_run_all_tests: &step_run_all_tests
bundle exec rake ci
filters_all_branches_and_tags: &filters_all_branches_and_tags
filters:
tags:
only: /.*/
filters_only_release_tags: &filters_only_release_tags
filters:
branches:
ignore: /.*/
tags:
only: /^v\d+(\.\d+){0,3}(\.(alpha|beta|rc)\d+)?$/

orbs:
orb:
orbs:
Expand Down

0 comments on commit 35188bd

Please sign in to comment.