Skip to content

Commit 7528149

Browse files
authored
Update maven.yml
1 parent 868b3fd commit 7528149

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Java CI
2-
on: push
2+
on: [push, pull_request]
33
jobs:
44
build:
55
name: Java ${{ matrix.java }}
@@ -22,4 +22,4 @@ jobs:
2222
restore-keys: |
2323
${{ runner.os }}-maven-
2424
- name: Build with Maven
25-
run: mvn -B test
25+
run: mvn -B test

0 commit comments

Comments
 (0)