Skip to content

Commit

Permalink
Correct regex for tag filter in CI pipeline to cover alpha, beta, dev…
Browse files Browse the repository at this point in the history
… releases and candidates
  • Loading branch information
BjoernLudwigPTB committed Jul 21, 2020
1 parent 92ae95e commit 153a7b7
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 @@ -40,7 +40,7 @@ workflows:
filters:
tags:
# Specify the tags which trigger the job as regular expression.
only: /[0-9]+(\.[0-9]+)*(\.[0-9]+)*/
only: /[0-9]*+(\.[0-9]+)*+(\.(dev)[0-9]+|((a|b)|rc)[0-9]+)/
branches:
# This assures the job only being triggered by tag pushes.
ignore: /.*/
Expand Down

0 comments on commit 153a7b7

Please sign in to comment.