Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
felinae98 committed Jun 17, 2021
1 parent ef41124 commit 17bf73b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@ orbs:
workflows:
build-test-publish:
jobs:
- test
- test:
filters:
tags:
only: /.*/
- build-publish:
requires:
- test
Expand Down

0 comments on commit 17bf73b

Please sign in to comment.