Skip to content

Commit 17bc7db

Browse files
committed
Fix CircleCI config
1 parent f908311 commit 17bc7db

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .circleci/config.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
version: 2
22
jobs:
33
build:
4-
filters:
5-
branches:
6-
only: develop
4+
branches:
5+
only:
6+
- develop
77
docker:
88
- image: circleci/node:lts
99

0 commit comments

Comments
 (0)