Skip to content

Commit 503eb9d

Browse files
author
Ganeshwara Herawan Hananda
authored
Fix CircleCI workflow (#36)
## What is the goal of this PR? Fix syntax error in the CircleCI workflow
1 parent 4b68ab3 commit 503eb9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ workflows:
197197
jobs:
198198
- release-validate:
199199
filters:
200-
branch:
200+
branches:
201201
only: client-java-release-branch
202202
- deploy-github:
203203
filters:

0 commit comments

Comments
 (0)