Add pr workflow

This commit is contained in:
Janne Valkealahti
2021-12-17 14:46:56 +00:00
parent 8606c17001
commit fc98468b76

16
.github/workflows/ci-pr.yml vendored Normal file
View File

@@ -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