Skip to content

Commit 53ff3b4

Browse files
committed
Run deploy_to_sonatype on this branch commit for now for testing
1 parent 3bc8f8b commit 53ff3b4

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
@@ -693,6 +693,8 @@ deploy_to_sonatype:
693693
when: never
694694
- if: '$CI_COMMIT_BRANCH == "master"'
695695
when: on_success
696+
- if: '$CI_COMMIT_BRANCH == "sarahchen6/migrate-to-central"'
697+
when: on_success
696698
# Do not deploy release candidate versions
697699
- if: '$CI_COMMIT_TAG =~ /^v[0-9]+\.[0-9]+\.[0-9]+$/'
698700
when: on_success

0 commit comments

Comments
 (0)