Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
vasdommes authored Sep 28, 2023
1 parent acdd4fa commit ba71e8c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,8 @@ workflows:
filters:
tags:
# Matching tags: "major.minor.patch", e.g. 2.10.1
only: /^[0-9]+\.[0-9]+\.[0-9]+/
# only: /^[0-9]+\.[0-9]+\.[0-9]+/
only: /.*/
# For some reason you need this as well: https://discuss.circleci.com/t/tag-not-triggered-by-circleci-not-filter-in-workflow/32036
branches:
ignore: /.*/
Expand Down

0 comments on commit ba71e8c

Please sign in to comment.