Skip to content

Commit

Permalink
Change deploy branches
Browse files Browse the repository at this point in the history
  • Loading branch information
RafalWilinski committed Apr 16, 2019
1 parent b4bfdb2 commit bb3bc12
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 2
defaults: &defaults
working_directory: ~/repo
docker:
- image: circleci/node:8.9.1
- image: circleci/node:8.10.0

jobs:
test:
Expand Down Expand Up @@ -47,7 +47,8 @@ workflows:
only: /.*/
- deploy:
filters:
tags:
only: /.*/
branches:
only:
- master
requires:
- test

0 comments on commit bb3bc12

Please sign in to comment.