Skip to content

Commit bda0204

Browse files
authored
Merge pull request #173 from ipfs-shipyard/enable-ci-on-prs
chore: enable CI on PRs
2 parents 187c236 + 91ce14a commit bda0204

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)