Skip to content

Commit

Permalink
Merge main into update/zio-test-2.0.21
Browse files Browse the repository at this point in the history
  • Loading branch information
mschuwalow authored Jan 14, 2024
2 parents e5bfda9 + c1a7bd6 commit 503c6f0
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion .github/workflows/build.yml → .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: Build
on: [push, pull_request]
on:
pull_request: {}
push:
branches:
- 'series/2.x'
jobs:
build:
runs-on: ubuntu-22.04
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Adds support for zio-json encoding/decoding to play.

![CI Badge](https://github.com/mschuwalow/play-ziojson/workflows/build/badge.svg) [![Sonatype Releases](https://img.shields.io/nexus/r/https/oss.sonatype.org/com.schuwalow/play-ziojson_2.13.svg?label=Sonatype%20Release)](https://oss.sonatype.org/content/repositories/releases/com/schuwalow/play-ziojson_2.13/) [![Sonatype Snapshots](https://img.shields.io/nexus/s/https/oss.sonatype.org/com.schuwalow/play-ziojson_2.13.svg?label=Sonatype%20Snapshot)](https://oss.sonatype.org/content/repositories/snapshots/com/schuwalow/play-ziojson_2.13/) [![play-ziojson](https://img.shields.io/github/stars/mschuwalow/play-ziojson?style=social)](https://github.com/mschuwalow/play-ziojson)
![CI Badge](https://github.com/mschuwalow/play-ziojson/workflows/ci/badge.svg) [![Sonatype Releases](https://img.shields.io/nexus/r/https/oss.sonatype.org/com.schuwalow/play-ziojson_2.13.svg?label=Sonatype%20Release)](https://oss.sonatype.org/content/repositories/releases/com/schuwalow/play-ziojson_2.13/) [![Sonatype Snapshots](https://img.shields.io/nexus/s/https/oss.sonatype.org/com.schuwalow/play-ziojson_2.13.svg?label=Sonatype%20Snapshot)](https://oss.sonatype.org/content/repositories/snapshots/com/schuwalow/play-ziojson_2.13/) [![play-ziojson](https://img.shields.io/github/stars/mschuwalow/play-ziojson?style=social)](https://github.com/mschuwalow/play-ziojson)

## Installation

Expand Down

0 comments on commit 503c6f0

Please sign in to comment.