Skip to content
This repository has been archived by the owner on Mar 3, 2020. It is now read-only.

Commit

Permalink
Fix circleci config problem
Browse files Browse the repository at this point in the history
  • Loading branch information
velopert committed Oct 17, 2018
1 parent c5bc150 commit 1cb2970
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ workflows:
version: 2
build-and-deploy:
jobs:
- build-frontend
- build-frontend:
filters:
branches:
only: master
Expand All @@ -113,4 +113,7 @@ workflows:
only: master
requires:
- deploy-frontend
- deploy-backend
- deploy-backend:
filters:
branches:
only: master

0 comments on commit 1cb2970

Please sign in to comment.