Skip to content

Commit e941919

Browse files
Allow any tag
1 parent edda570 commit e941919

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ workflows:
2121
context: default
2222
filters:
2323
tags:
24-
only: /^[0-9]*$/
24+
only: /^.*$/
2525
branches:
2626
ignore: /.*/

0 commit comments

Comments
 (0)