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. 6
      .github/workflows/ci.yml

6
.github/workflows/ci.yml

@ -1,7 +1,11 @@
---
name: Java CI
on: [push]
on:
push:
branches:
- master
pull_request:
jobs:
test:

Loading…
Cancel
Save