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

Commit 1cb2970

Browse files
committed
Fix circleci config problem
1 parent c5bc150 commit 1cb2970

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.circleci/config.yml

+5-2
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ workflows:
9797
version: 2
9898
build-and-deploy:
9999
jobs:
100-
- build-frontend
100+
- build-frontend:
101101
filters:
102102
branches:
103103
only: master
@@ -113,4 +113,7 @@ workflows:
113113
only: master
114114
requires:
115115
- deploy-frontend
116-
- deploy-backend
116+
- deploy-backend:
117+
filters:
118+
branches:
119+
only: master

0 commit comments

Comments
 (0)