Skip to content

Commit 75d9646

Browse files
Fixed update staging repository job declaration
As per doc - this should be a list object https://circleci.com/docs/2.0/configuration-reference/#branches
1 parent b49ff7e commit 75d9646

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.circleci/config.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -189,4 +189,5 @@ workflows:
189189
- update_staging_repository:
190190
filters:
191191
branches:
192-
only: 4-1-stable
192+
only:
193+
- 4-1-stable

0 commit comments

Comments
 (0)