Skip to content
This repository has been archived by the owner on Jul 27, 2021. It is now read-only.

Commit

Permalink
fix: run build on all branches and semver tags
Browse files Browse the repository at this point in the history
  • Loading branch information
moliva committed Sep 27, 2019
1 parent 52c5f68 commit fdd701d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,12 @@ workflows:
version: 2
build-deploy:
jobs:
- build
- build:
filters:
branches:
only: /(.*)/
tags:
only: /^\d+\.\d+\.\d(.*)/ # npm tag + latest

# explorer master + pr branch jobs (deploy to dev + pr dev)
- deploy-dev:
Expand Down

0 comments on commit fdd701d

Please sign in to comment.