[ci] github actions: Build on push and pull requests

This commit is contained in:
Andreas Dangel
2020-09-12 12:13:28 +02:00
parent 2093f6c82a
commit b247d616d9

View File

@ -1,6 +1,6 @@
name: Java CI
on: [ push ]
on: [push, pull_request]
jobs:
build:
@ -26,5 +26,4 @@ jobs:
java-version: ${{ matrix.java }}
- name: Build with mvnw
run: |
chmod 777 ./mvnw
./mvnw clean install