We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 187c236 commit 91ce14aCopy full SHA for 91ce14a
1 file changed
.github/workflows/ant.yml
@@ -1,6 +1,6 @@
1
name: Java CI
2
3
-on: [push]
+on: [push, pull_request]
4
5
jobs:
6
build:
@@ -19,4 +19,4 @@ jobs:
19
run: ant -noinput -buildfile build.xml dist
20
- name: Run tests
21
timeout-minutes: 10
22
- run: ant -noinput -buildfile build.xml test
+ run: ant -noinput -buildfile build.xml test
0 commit comments