Skip to content

Commit b9095aa

Browse files
committed
Add filter to install-deps job in release workflow
1 parent 331cac2 commit b9095aa

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.circleci/config.yml

+6-1
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,12 @@ workflows:
224224
- test-grammar
225225
test-build-release-publish:
226226
jobs:
227-
- install-deps
227+
- install-deps:
228+
filters:
229+
branches:
230+
ignore: /.*/
231+
tags:
232+
only: /^v\d+\.\d+\.\d+-?.*/
228233
- test-grammar:
229234
requires:
230235
- install-deps

0 commit comments

Comments
 (0)