We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bc8f8b commit 53ff3b4Copy full SHA for 53ff3b4
.gitlab-ci.yml
@@ -693,6 +693,8 @@ deploy_to_sonatype:
693
when: never
694
- if: '$CI_COMMIT_BRANCH == "master"'
695
when: on_success
696
+ - if: '$CI_COMMIT_BRANCH == "sarahchen6/migrate-to-central"'
697
+ when: on_success
698
# Do not deploy release candidate versions
699
- if: '$CI_COMMIT_TAG =~ /^v[0-9]+\.[0-9]+\.[0-9]+$/'
700
0 commit comments