diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 4c06dfb8..e4a80e7e 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -2,7 +2,6 @@ # For more information see: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-java-with-maven name: Java CI with Maven - on: push: branches: [ "main" ] @@ -13,12 +12,9 @@ on: concurrency: group: ${{ github.ref }} cancel-in-progress: true - jobs: build: - runs-on: ubuntu-latest - steps: - uses: actions/checkout@v4 with: