Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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!"
- echo "Maven artifacts successfully published to Maven Central!"