We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents adff1cf + 80883ba commit 4b6a754Copy full SHA for 4b6a754
1 file changed
.circleci/config.yml
@@ -114,21 +114,28 @@ workflows:
114
version: 2
115
run_build:
116
jobs:
117
- - test
+ - test:
118
+ filters:
119
+ tags:
120
+ only: /^v.*$/
121
122
- build_only:
123
requires:
124
- test
125
filters:
126
branches:
127
ignore: master
128
129
+ ignore: /.*/
130
131
- build_and_push:
132
133
134
135
136
only: master
137
138
+ only: /^v\d+\.\d+\.\d+$/
139
140
# - deploy:
141
# skaffold_kube_context: qa
0 commit comments