Skip to content

Commit ea10eec

Browse files
committed
[ci] update master to main branch in ci config
1 parent 4ff7689 commit ea10eec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
name: Publish Plugins SDK To Maven Central
111111
command: |
112112
if [ -n "${PUBLISH_NEXUS_USERNAME}" ]; then
113-
if [ "${CIRCLE_BRANCH}" == "master" ]; then
113+
if [ "${CIRCLE_BRANCH}" == "main" ]; then
114114
make publish
115115
fi
116116
fi

0 commit comments

Comments
 (0)