diff --git a/.github/workflows/ant.yml b/.github/workflows/ant.yml index 41f59c9d..12ca6edb 100644 --- a/.github/workflows/ant.yml +++ b/.github/workflows/ant.yml @@ -1,6 +1,6 @@ name: Java CI -on: [push] +on: [push, pull_request] jobs: build: @@ -19,4 +19,4 @@ jobs: run: ant -noinput -buildfile build.xml dist - name: Run tests timeout-minutes: 10 - run: ant -noinput -buildfile build.xml test \ No newline at end of file + run: ant -noinput -buildfile build.xml test