diff --git a/.gitea/workflows/build.yml b/.gitea/workflows/build.yml index 0eeaa39..d1eb2a2 100644 --- a/.gitea/workflows/build.yml +++ b/.gitea/workflows/build.yml @@ -2,6 +2,11 @@ name: Build on: # test pull_request: + types: + - opened + - reopened + - synchronize + - ready_for_review push: branches: - main @@ -40,4 +45,4 @@ jobs: env: SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }} SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }} - run: ./gradlew build sonar --info -Dsonar.pullrequest.key=$GITEA_PULL_REQUEST_INDEX \ No newline at end of file + run: ./gradlew build sonar --info \ No newline at end of file