diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 33b4049..54eb53d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -2,7 +2,13 @@ name: CI on: push: + branches: + - main + tags: + - "v[0-9]+.[0-9]+.[0-9]+" pull_request: + branches: + - main env: ORG_GRADLE_PROJECT_mavenCentralUsername: ${{ secrets.SONATYPE_USERNAME }}