Merge branch 'master' into develop
This commit is contained in:
commit
caddddc710
@ -1,9 +1,9 @@
|
|||||||
name: Other build checks
|
name: Snapshot
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- '!master'
|
- develop
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
17
.github/workflows/pull-request.yml
vendored
Normal file
17
.github/workflows/pull-request.yml
vendored
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
name: Pull request checks
|
||||||
|
|
||||||
|
on: pull_request
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v1
|
||||||
|
- name: set up JDK 1.8
|
||||||
|
uses: actions/setup-java@v1
|
||||||
|
with:
|
||||||
|
java-version: 1.8
|
||||||
|
- name: Build with Gradle
|
||||||
|
run: ./gradlew build
|
Loading…
x
Reference in New Issue
Block a user