Skip to content

Commit

Permalink
Add CI badges to readme documentation and Fix pipeline trigger issue (#9
Browse files Browse the repository at this point in the history
)

* Add CI badges to readme doc

* Fix pipeline trigger issue
  • Loading branch information
kishaningithub authored Aug 26, 2024
1 parent ce73b9d commit 1ec79aa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name: Build

on:
push:
branches: [main]
branches: [master]
pull_request:
branches: [main]
branches: [master]

jobs:
build:
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit 1ec79aa

Please sign in to comment.