Skip to content

Commit

Permalink
chore(CI): fix build job config
Browse files Browse the repository at this point in the history
  • Loading branch information
medfreeman committed Jan 1, 2019
1 parent c30789c commit 79ebf9e
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,12 +85,16 @@ workflows:
version: 2
build:
jobs:
- build-job
- build-job:
filters:
tags:
only: /^v.*/
- deploy-job:
requires:
- build-job
filters:
tags:
only: /^v.*/
branches:
ignore: /.*/
ignore: /.*/
attach-workspace: true

0 comments on commit 79ebf9e

Please sign in to comment.