diff --git a/.github/workflows/ci-pr.yml b/.github/workflows/ci-pr.yml new file mode 100644 index 00000000..0275a185 --- /dev/null +++ b/.github/workflows/ci-pr.yml @@ -0,0 +1,16 @@ +name: CI PRs + +on: + pull_request: + +jobs: + build: + runs-on: ubuntu-latest + name: CI PR Build + steps: + - uses: actions/checkout@v2 + - uses: actions/setup-java@v2 + with: + distribution: adopt + java-version: 8 + - run: ./mvnw -B package