Skip to content

Commit 91ce14a

Browse files
authored
chore: enable CI on PRs
I don't believe we have any secrets, should be fine to enable tests on PRs provided by third party contributors.
1 parent 187c236 commit 91ce14a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ant.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Java CI
22

3-
on: [push]
3+
on: [push, pull_request]
44

55
jobs:
66
build:
@@ -19,4 +19,4 @@ jobs:
1919
run: ant -noinput -buildfile build.xml dist
2020
- name: Run tests
2121
timeout-minutes: 10
22-
run: ant -noinput -buildfile build.xml test
22+
run: ant -noinput -buildfile build.xml test

0 commit comments

Comments
 (0)