Skip to content

Commit

Permalink
[tool] fix circle prerelease regex (#1909)
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaumejparis authored and heditar committed Dec 13, 2024
1 parent 001058e commit 1b0f3d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -433,7 +433,7 @@ workflows:
filters:
branches:
only:
- release/*
- /^release\/\d+\.\d+\.\d+$/
- docker_build_platform:
requires:
- build_frontend
Expand Down

0 comments on commit 1b0f3d1

Please sign in to comment.