Skip to content

Commit

Permalink
ci: preprare for V5 stable version
Browse files Browse the repository at this point in the history
  • Loading branch information
theo-mesnil committed Aug 30, 2023
1 parent 267d86b commit 802435e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ workflows:
- docs_build:
filters:
tags:
only: /^v5.0.0-alpha.*/
only: /^v5.*/
requires:
- build
- docs_deploy_prod:
Expand All @@ -267,7 +267,7 @@ workflows:
branches:
ignore: /.*/
tags:
only: /^v5.0.0-alpha.*/
only: /^v5.*/
requires:
- test
- lint
Expand Down

0 comments on commit 802435e

Please sign in to comment.