Browse Source

Building pull requests (#764)

pull/469/head
Gunnar Morling 3 years ago committed by GitHub
parent
commit
dfe7f49d54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      .github/workflows/ci.yml

8
.github/workflows/ci.yml

@ -1,7 +1,11 @@
---
name: Java CI
on: [push]
on:
push:
branches:
- master
pull_request:
jobs:
test:
@ -25,4 +29,4 @@ jobs:
- name: Build with Gradle
run: ./gradlew build
...
...

Loading…
Cancel
Save