Skip to content

Commit e95e32c

Browse files
committed
Run deploy_to_sonatype on this branch commit for now for testing
1 parent a94f238 commit e95e32c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.gitlab-ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -740,6 +740,8 @@ deploy_to_sonatype:
740740
when: never
741741
- if: '$CI_COMMIT_BRANCH == "master"'
742742
when: on_success
743+
- if: '$CI_COMMIT_BRANCH == "sarahchen6/migrate-to-central"'
744+
when: on_success
743745
# Do not deploy release candidate versions
744746
- if: '$CI_COMMIT_TAG =~ /^v[0-9]+\.[0-9]+\.[0-9]+$/'
745747
when: on_success

0 commit comments

Comments
 (0)