diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3663ede..a016efd 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,9 +2,9 @@ name: Build on: push: - branches: [main] + branches: [master] pull_request: - branches: [main] + branches: [master] jobs: build: diff --git a/README.md b/README.md index ad68ca7..abe7288 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,9 @@ # go-weasyprint [![Go Reference](https://pkg.go.dev/badge/github.com/benoitkugler/go-weasyprint.svg)](https://pkg.go.dev/github.com/benoitkugler/go-weasyprint) +[![Build Status](https://github.com/benoitkugler/go-weasyprint/actions/workflows/build.yml/badge.svg)](https://github.com/benoitkugler/go-weasyprint/actions/workflows/build.yml) +[![Go Report Card](https://goreportcard.com/badge/github.com/benoitkugler/go-weasyprint)](https://goreportcard.com/report/github.com/benoitkugler/go-weasyprint) +[![Latest release](https://img.shields.io/github/release/benoitkugler/go-weasyprint.svg)](https://github.com/benoitkugler/go-weasyprint/releases) Golang port of [Weasyprint](https://github.com/Kozea/WeasyPrint) python Html to Pdf library.