diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 6254d45..eaa8ae6 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -2,9 +2,8 @@ name: Maven Central Deployment on: push: - tags: - - '*' # Triggers the action when you push a new tag (ideal for release versions) - + branches: + - master jobs: deploy: runs-on: ubuntu-latest