diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index cae3643f..79def827 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -1,6 +1,11 @@ -name: CI Build +name: CI Build & Test on: + pull_request: + paths-ignore: + - + branches: + - master push: branches: - 'feature/**' @@ -16,8 +21,6 @@ jobs: java-version: '21' distribution: 'liberica' cache: 'maven' - server-id: github # Value of the distributionManagement/repository/id field of the pom.xml -# settings-path: ${{ github.workspace }} # location for the settings.xml file - name: Build with Maven run: ./mvnw -B verify --file pom.xml