Skip to content

Commit

Permalink
Fix the filter expr to execute job on new tag
Browse files Browse the repository at this point in the history
  • Loading branch information
jordipiqueselles committed Aug 15, 2023
1 parent 30f7944 commit d812be5
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 @@ -39,6 +39,6 @@ workflows:
context: conntest-dockerhub-release
filters:
tags:
only: /.*/
only: /^[0-9]+\.[0-9]+\.[0-9]+.*/
branches:
ignore: /.*/

0 comments on commit d812be5

Please sign in to comment.