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 a0be4c8 commit 3178d43Copy full SHA for 3178d43
.circleci/config.yml
@@ -316,7 +316,7 @@ workflows:
316
branches:
317
only:
318
- beta
319
- - /^v[0-9]+\.[0-9]+\.[0-9]+$/
+ - /^r[0-9]+\.[0-9]+\.[0-9]+$/
320
- build:
321
context:
322
- dockerhub-credentials
@@ -331,7 +331,7 @@ workflows:
331
332
333
334
335
- store_dist:
336
337
@@ -341,7 +341,7 @@ workflows:
341
342
343
344
345
- deploy-gh-pages-branch:
346
347
0 commit comments