We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8986d6d + 57c34e3 commit 2b9ed7bCopy full SHA for 2b9ed7b
.circleci/config.yml
@@ -394,19 +394,19 @@ workflows:
394
- build-linux:
395
filters:
396
tags:
397
- only: ^((?!pre).)*$
+ only: /^((?!pre).)*$/
398
branches:
399
ignore: /.*/
400
- build-macos:
401
402
403
404
405
406
- build-windows:
407
408
409
410
411
412
- release:
@@ -417,8 +417,8 @@ workflows:
417
- build-windows
418
419
420
421
422
423
424
-# VS Code Extension Version: 1.1.1
+# VS Code Extension Version: 1.4.0
0 commit comments