mirror of
https://github.com/jlengrand/error-prone-support.git
synced 2026-03-10 08:11:25 +00:00
Build all PR branches
This commit is contained in:
committed by
Ivan Babiankou
parent
b12b2e8ebc
commit
8be8730fd4
6
.github/workflows/build.yaml
vendored
6
.github/workflows/build.yaml
vendored
@@ -1,8 +1,6 @@
|
||||
name: Build and verify Error Prone Support
|
||||
name: Build and verify
|
||||
on:
|
||||
pull_request:
|
||||
branches:
|
||||
- 'master'
|
||||
push:
|
||||
branches:
|
||||
- 'master'
|
||||
@@ -24,7 +22,7 @@ jobs:
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
java-version: ${{ matrix.jdk }}
|
||||
distribution: 'temurin'
|
||||
distribution: temurin
|
||||
cache: maven
|
||||
- name: Display build environment details
|
||||
run: mvn --version
|
||||
|
||||
Reference in New Issue
Block a user