We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff6ebfa commit 6ab2a95Copy full SHA for 6ab2a95
1 file changed
.circleci/config.yml
@@ -17,7 +17,7 @@ on_tag_filter: &on_tag_filter
17
only: /^v.+/
18
19
orbs:
20
- path-filtering: circleci/path-filtering@1.1.0
+ path-filtering: circleci/path-filtering@1.2.0
21
22
jobs:
23
vscode-extension-setup:
@@ -116,6 +116,7 @@ workflows:
116
pytest.ini|setup.cfg|setup.py python true
117
\.circleci/.*|Makefile|\.pre-commit-config\.yaml common true
118
vscode/extensions/.* vscode true
119
+ tag: "3.9"
120
121
- vscode-extension-setup:
122
<<: *on_main_or_tag_filter
0 commit comments