Skip to content

Commit

Permalink
Tweak build (#247)
Browse files Browse the repository at this point in the history
  • Loading branch information
svroonland authored May 19, 2022
1 parent 2fe6083 commit eea6791
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
version: 2.1
parameters:
tag_regex:
type: string
default: /^v(0|[1-9]\d*)\.(0|[1-9]\d*)\.(0|[1-9]\d*)(?:-((?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*)(?:\.(?:0|[1-9]\d*|\d*[a-zA-Z-][0-9a-zA-Z-]*))*))?(?:\+([0-9a-zA-Z-]+(?:\.[0-9a-zA-Z-]+)*))?$/
jobs:
lint:
docker:
Expand Down Expand Up @@ -142,7 +146,7 @@ workflows:
only:
- master
tags:
only: /^v.*/
only: << pipeline.parameters.tag_regex >>
- publish_docs:
requires:
- release
Expand Down

0 comments on commit eea6791

Please sign in to comment.