Skip to content

Commit

Permalink
Allow pre tags / releases
Browse files Browse the repository at this point in the history
  • Loading branch information
PChambino committed Mar 17, 2024
1 parent b5132eb commit 1360bcc
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 @@ -31,7 +31,7 @@ workflows:
branches:
ignore: /.*/
tags:
only: /v[0-9]+\.[0-9]+\.[0-9]+/
only: /v[0-9]+\.[0-9]+\.[0-9]+(-[a-z0-9]+)?/

jobs:
test:
Expand Down

0 comments on commit 1360bcc

Please sign in to comment.