Skip to content
This repository has been archived by the owner on Feb 8, 2024. It is now read-only.

Commit

Permalink
Update CI config
Browse files Browse the repository at this point in the history
  • Loading branch information
Boren committed Apr 26, 2019
1 parent 54262bb commit 72b11d6
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 @@ -46,7 +46,10 @@ workflows:
version: 2
main:
jobs:
- build
- build:
filters:
tags:
only: /.*/
- publish-chrome-web-store:
requires:
- build
Expand Down

0 comments on commit 72b11d6

Please sign in to comment.