Skip to content

Commit

Permalink
👷 update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Ked57 committed May 10, 2021
1 parent 2b127ba commit f7f096e
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -258,15 +258,16 @@ workflows:

qc-test-deploy:
jobs:
- install-dependencies
- qc-prettier:
requires:
- install-dependencies
- install-dependencies:
filters: &deploy-filters
tags:
only: /^v.*/
branches:
ignore: /.*/
- qc-prettier:
requires:
- install-dependencies
filters: *deploy-filters
- unit-test:
requires:
- install-dependencies
Expand Down

0 comments on commit f7f096e

Please sign in to comment.