diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 4fc677e7..2d23ceff 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -3,7 +3,7 @@ name: Publish to HibiscusMC Repository on: push: branches: - - master + - remapped jobs: build: @@ -26,4 +26,4 @@ jobs: run: ./gradlew api:publishMavenPublicationToSkyRepositoryRepository env: REPO_USERNAME: ${{ secrets.REPO_USERNAME }} - REPO_PASSWORD: ${{ secrets.REPO_PASSWORD }} \ No newline at end of file + REPO_PASSWORD: ${{ secrets.REPO_PASSWORD }}