Skip to content

Commit ffce005

Browse files
authored
Update gradle.yml
1 parent 619209a commit ffce005

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gradle.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 }}
@@ -24,4 +24,4 @@ jobs:
2424
restore-keys: |
2525
${{ runner.os }}-gradle-
2626
- name: Build with Gradle
27-
run: ./gradlew build
27+
run: ./gradlew build

0 commit comments

Comments
 (0)