Skip to content

Commit 7872a65

Browse files
authored
fix circleCI config
1 parent f855893 commit 7872a65

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.circleci/config.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -159,9 +159,9 @@ workflows:
159159
- build_and_push_db
160160
- build_and_push_client
161161
- release_on_github:
162-
branches:
163-
only:
164-
- master
162+
filters:
163+
branches:
164+
only: master
165165
requires:
166166
- build_and_push_db
167167
- smoketest

0 commit comments

Comments
 (0)