We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f1f729 commit fdf5caeCopy full SHA for fdf5cae
.circleci/config.yml
@@ -92,20 +92,20 @@ workflows:
92
branches:
93
ignore: /.*/
94
tags:
95
- only: /^\d+\.\d+$/
+ only: /^\d+\.\d+\.\d+$/
96
- github-release:
97
requires:
98
- build
99
filters:
100
101
only: master
102
103
104
- docker-publish:
105
106
107
108
109
110
111
0 commit comments