diff --git a/.travis.yml b/.travis.yml index 2ff8db514f..4532fd599e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,7 +23,7 @@ env: stages: - name: Build-Test - name: Semantic-Release - if: branch = main AND type = push AND fork = false + if: branch = master AND type = push AND fork = false - name: Publish-Release if: tag IS present @@ -77,4 +77,4 @@ jobs: - build/setMavenVersion.sh - mvn deploy $MVN_ARGS -DskipTests -P central after_success: - - echo "Maven artifacts successfully published to Maven Central!" \ No newline at end of file + - echo "Maven artifacts successfully published to Maven Central!"