We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21ca5ee commit 7e09952Copy full SHA for 7e09952
.circleci/config.yml
@@ -167,6 +167,9 @@ workflows:
167
release:
168
jobs:
169
- test
170
+ filters:
171
+ tags:
172
+ only: /.*/
173
- build_and_push:
174
context: org-global
175
requires:
@@ -182,12 +185,16 @@ workflows:
182
185
filters:
183
186
branches:
184
187
ignore: /pull\/[0-9]+/
188
189
+ ignore: /^testing-.*/
190
- test_k8s:
191
192
- build_and_push
193
194
195
196
197
198
- oss-docs/publish-docs:
199
repository: polaris
200
0 commit comments